Skip to content

Commit 733f118

Browse files
committed
Applied PR changes to other versions
1 parent f6e8686 commit 733f118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

14/umbraco-commerce/key-concepts/shipping-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class MyShippingProviderSettings
3333

3434
```
3535

36-
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `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`.
36+
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `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`.
3737

3838
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.
3939

15/umbraco-commerce/key-concepts/shipping-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class MyShippingProviderSettings
3333

3434
```
3535

36-
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `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`.
36+
All Shipping Providers inherit from a base class `ShippingProviderBase<TSettings>`. `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`.
3737

3838
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.
3939

0 commit comments

Comments
 (0)