From cc9ff52f765a065df4231ba7648eee5648aa2c4c Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Thu, 25 May 2023 17:00:00 +0200 Subject: [PATCH 1/2] Correct the same typo in `ovh/data_order_cart.go` and `website/docs/d/order_cart.html.markdown` --- ovh/data_order_cart.go | 2 +- website/docs/d/order_cart.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ovh/data_order_cart.go b/ovh/data_order_cart.go index 630811623..e8b872a69 100644 --- a/ovh/data_order_cart.go +++ b/ovh/data_order_cart.go @@ -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, }, diff --git a/website/docs/d/order_cart.html.markdown b/website/docs/d/order_cart.html.markdown index e1f7e0545..73a63dcce 100644 --- a/website/docs/d/order_cart.html.markdown +++ b/website/docs/d/order_cart.html.markdown @@ -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) From d85d41c59be040265b1b539cc14c767693af5067 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Thu, 25 May 2023 17:17:39 +0200 Subject: [PATCH 2/2] Correct a typo in `CONTRIBUTING.md` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a59365ee..fc51f0953 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: