File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Thanks for wanted to contribute to this project ❤️.
1+ Thanks for wanting to contribute to this project ❤️.
22
33This project accepts contributions. In order to contribute, you should pay attention to a few things:
44
Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments