Skip to content

Commit eb5f271

Browse files
authored
Merge pull request #422 from Benjamin-Loison/master
Correct typos in `ovh/data_order_cart.go`, `website/docs/order_cart.html.markdown` and `CONTRIBUTING.md`
2 parents 2349a27 + d85d41c commit eb5f271

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Thanks for wanted to contribute to this project ❤️.
1+
Thanks for wanting to contribute to this project ❤️.
22

33
This project accepts contributions. In order to contribute, you should pay attention to a few things:
44

ovh/data_order_cart.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func dataSourceOrderCart() *schema.Resource {
5252
},
5353
"assign": {
5454
Type: schema.TypeBool,
55-
Description: "Assign a shopping cart to an loggedin client",
55+
Description: "Assign a shopping cart to a logged in client",
5656
Optional: true,
5757
Default: false,
5858
},

website/docs/d/order_cart.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data "ovh_order_cart" "mycart" {
2020

2121
* `ovh_subsidiary` - (Required) OVHcloud Subsidiary
2222
* `description` - Description of your cart
23-
* `assign` - Assign a shopping cart to an loggedin client. Values can be `true` or `false`.
23+
* `assign` - Assign a shopping cart to a logged in client. Values can be `true` or `false`.
2424
* `expire` - Expiration time (format: 2006-01-02T15:04:05+00:00)
2525

2626

0 commit comments

Comments
 (0)