Skip to content

Commit cc9ff52

Browse files
Correct the same typo in ovh/data_order_cart.go and website/docs/d/order_cart.html.markdown
1 parent 2349a27 commit cc9ff52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ovh/data_order_cart.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)