diff --git a/scaleway-async/scaleway_async/webhosting/v1/types.py b/scaleway-async/scaleway_async/webhosting/v1/types.py index a3c276db1..5eb5455c3 100644 --- a/scaleway-async/scaleway_async/webhosting/v1/types.py +++ b/scaleway-async/scaleway_async/webhosting/v1/types.py @@ -408,7 +408,7 @@ class OfferCommitment: is_default: bool """ - True when its is the default commitment for that offer. + True if the commitment is the default one for that offer. """ billing_mode: BillingMode diff --git a/scaleway/scaleway/webhosting/v1/types.py b/scaleway/scaleway/webhosting/v1/types.py index a3c276db1..5eb5455c3 100644 --- a/scaleway/scaleway/webhosting/v1/types.py +++ b/scaleway/scaleway/webhosting/v1/types.py @@ -408,7 +408,7 @@ class OfferCommitment: is_default: bool """ - True when its is the default commitment for that offer. + True if the commitment is the default one for that offer. """ billing_mode: BillingMode