Skip to content

Commit b4e9a53

Browse files
authored
Update 16/umbraco-commerce/key-concepts/settings-objects.md
1 parent e9aca90 commit b4e9a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-commerce/key-concepts/settings-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class MyDiscountRewardProviderSettings
3333
Attributes define an optional `Key` parameter to override the default setting alias which would otherwise be the property name in camel case. An optional `EditorUiAlias` and `EditorConfig` options can also be defined to control the Umbraco property editor used to edit the given property. If no view is defined, one will attempt to be automatically chosen based on the property's value type.
3434

3535
{% hint style="info" %}
36-
See the CMS docs for a list of [available Property Editor UI elements and their config properties](/umbraco-cms/reference/property-editor-uis).
36+
See the CMS documentation for a list of [available Property Editor UI elements and their config properties](/umbraco-cms/reference/property-editor-uis).
3737
{% endhint %}
3838

3939
Labels and descriptions for settings are controlled through [Localization](#localization) entries.

0 commit comments

Comments
 (0)