Skip to content

Commit d1b8382

Browse files
committed
docs(vale): shortens a sentence
1 parent 1930695 commit d1b8382

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

15/umbraco-cms/customizing/property-editors/composition/property-editor-ui.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ interface UmbPropertyEditorUiElement extends HTMLElement {
8989
```
9090

9191
{% hint style="info" %}
92-
The `UmbPropertyEditorUiElement` interface is a TypeScript interface that ensures that your Element has the necessary properties and methods to be used as a Property Editor UI Element. See the [UI API documentation](https://apidocs.umbraco.com/v15/ui-api/interfaces/packages_core_property-editor.UmbPropertyEditorUiElement.html) for more information.
92+
The `UmbPropertyEditorUiElement` interface ensures that your Element has the necessary properties and methods to be used as a Property Editor UI Element.
93+
94+
See the [UI API documentation](https://apidocs.umbraco.com/v15/ui-api/interfaces/packages_core_property-editor.UmbPropertyEditorUiElement.html) for more information.
9395
{% endhint %}
9496

9597
**Example with LitElement**

0 commit comments

Comments
 (0)