Skip to content

Commit 3ddc2a2

Browse files
authored
Update 16/umbraco-cms/customizing/property-editors/property-value-converters.md
1 parent debe78f commit 3ddc2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public object? ConvertIntermediateToObject(IPublishedElement owner, IPublishedPr
201201
```
202202

203203
## Override existing Property Value Converters
204-
If you aim to override an existing Property Value Converter, possibly from Umbraco or a package, additional steps are necessary. Deregister the existing one to prevent conflicts.
204+
To override an existing Property Value Converter, either from Umbraco or a package, additional steps are required. Deregister the existing one to prevent conflicts.
205205

206206
```csharp
207207
using System.Linq;

0 commit comments

Comments
 (0)