Skip to content

Commit 2a7d30c

Browse files
Delete repeated word ('with')
1 parent 4199e06 commit 2a7d30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/property-editors/property-dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is required for the `umb-property` element to have a Property Dataset provide
1515

1616
The `umb-property-dataset` component provides a Property Dataset Context for any properties within. This provides a way to implement such purely via Elements.
1717

18-
In the following example a dataset is implemented by using the `umb-property-dataset` component together with with two `umb-property` components:
18+
In the following example a dataset is implemented by using the `umb-property-dataset` component together with two `umb-property` components:
1919

2020
```xml
2121
<umb-property-dataset .value=${this.data} @change=${this.#onDataChange}>

0 commit comments

Comments
 (0)