Skip to content

Commit 96fed46

Browse files
authored
Merge pull request #7546 from erikjanwestendorp/update-property-dataset
Update property dataset
2 parents 7591ede + d90b277 commit 96fed46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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}>

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)