Skip to content

Commit f4d088d

Browse files
Update 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker.md
Co-authored-by: Esha Noronha <[email protected]>
1 parent f3ddedb commit f4d088d

File tree

1 file changed

+2
-2
lines changed
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors

1 file changed

+2
-2
lines changed

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ public class CustomQueryStepComposer : IComposer
135135
}
136136
```
137137

138-
Finally, you need to register the custom query step client side, and provide some further description.
138+
Finally, register the custom query step on the client side and provide a brief description.
139139

140-
This can be done in an `umbraco-package.json` file like the following:
140+
You can do this in an `umbraco-package.json` file, as shown below:
141141

142142
```json
143143
{

0 commit comments

Comments
 (0)