diff --git a/14/umbraco-commerce/key-concepts/shipping-providers.md b/14/umbraco-commerce/key-concepts/shipping-providers.md index 909f94c04b9..6230d22fcf9 100644 --- a/14/umbraco-commerce/key-concepts/shipping-providers.md +++ b/14/umbraco-commerce/key-concepts/shipping-providers.md @@ -33,7 +33,7 @@ public class MyShippingProviderSettings ``` -All Shipping Providers inherit from a base class `ShippingProviderBase`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Providers settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`. +All Shipping Providers inherit from a base class `ShippingProviderBase`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Provider's settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`. The settings class consists of a series of properties, each decorated with a `ShippingProviderSettingAttribute`. These will all be used to dynamically build an editor interface for the given settings in the backoffice. diff --git a/15/umbraco-commerce/key-concepts/shipping-providers.md b/15/umbraco-commerce/key-concepts/shipping-providers.md index 909f94c04b9..6230d22fcf9 100644 --- a/15/umbraco-commerce/key-concepts/shipping-providers.md +++ b/15/umbraco-commerce/key-concepts/shipping-providers.md @@ -33,7 +33,7 @@ public class MyShippingProviderSettings ``` -All Shipping Providers inherit from a base class `ShippingProviderBase`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Providers settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`. +All Shipping Providers inherit from a base class `ShippingProviderBase`. `TSettings` is the type of a Plain Old Class Object (POCO) model class representing the Shipping Provider's settings. The class must be decorated with `ShippingProviderAttribute` which defines the Shipping Providers `alias`. The settings class consists of a series of properties, each decorated with a `ShippingProviderSettingAttribute`. These will all be used to dynamically build an editor interface for the given settings in the backoffice.