Skip to content

Commit debe78f

Browse files
authored
Update 15/umbraco-cms/customizing/property-editors/property-value-converters.md
1 parent f5eaaf3 commit debe78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/customizing/property-editors/property-value-converters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Implement the following methods, which provide Umbraco with context about the Pr
3434
This method is called for each `PublishedPropertyType` (Document Type Property) at Umbraco startup. By returning `true`, your value converter will be registered for that property type. Umbraco then executes your conversion methods whenever that value is requested.
3535

3636
Example: Checking if the `IPublishedPropertyType.EditorAlias` property is equal to the alias of the core content editor.\
37-
This check is a string comparison but we recommend creating a constant for it to avoid spelling errors:
37+
This check is a string comparison, but creating a constant is recommended to avoid spelling errors:
3838

3939
```csharp
4040
public bool IsConverter(IPublishedPropertyType propertyType)

0 commit comments

Comments
 (0)