Skip to content

Commit d90b277

Browse files
Update v15 and v16
1 parent 2a7d30c commit d90b277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

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

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

16/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)