Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct typos in ovh/data_order_cart.go, website/docs/order_cart.html.markdown and CONTRIBUTING.md #422

Merged
merged 2 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Thanks for wanted to contribute to this project ❤️.
Thanks for wanting to contribute to this project ❤️.

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

Expand Down
2 changes: 1 addition & 1 deletion ovh/data_order_cart.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func dataSourceOrderCart() *schema.Resource {
},
"assign": {
Type: schema.TypeBool,
Description: "Assign a shopping cart to an loggedin client",
Description: "Assign a shopping cart to a logged in client",
Optional: true,
Default: false,
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/order_cart.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "ovh_order_cart" "mycart" {

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


Expand Down