From 2a7d30c600fc8731d17c2b8622ef589c5928b13f Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Mon, 27 Oct 2025 13:33:53 +0100 Subject: [PATCH 1/2] Delete repeated word ('with') --- 17/umbraco-cms/customizing/property-editors/property-dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/umbraco-cms/customizing/property-editors/property-dataset.md b/17/umbraco-cms/customizing/property-editors/property-dataset.md index 22685f41885..c35e080305f 100644 --- a/17/umbraco-cms/customizing/property-editors/property-dataset.md +++ b/17/umbraco-cms/customizing/property-editors/property-dataset.md @@ -15,7 +15,7 @@ It is required for the `umb-property` element to have a Property Dataset provide The `umb-property-dataset` component provides a Property Dataset Context for any properties within. This provides a way to implement such purely via Elements. -In the following example a dataset is implemented by using the `umb-property-dataset` component together with with two `umb-property` components: +In the following example a dataset is implemented by using the `umb-property-dataset` component together with two `umb-property` components: ```xml From d90b2779c4fec6000b957b43f8dc2848a02aa34c Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Mon, 27 Oct 2025 13:36:26 +0100 Subject: [PATCH 2/2] Update v15 and v16 --- 15/umbraco-cms/customizing/property-editors/property-dataset.md | 2 +- 16/umbraco-cms/customizing/property-editors/property-dataset.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/15/umbraco-cms/customizing/property-editors/property-dataset.md b/15/umbraco-cms/customizing/property-editors/property-dataset.md index c28a50ded44..f1e9454f0c5 100644 --- a/15/umbraco-cms/customizing/property-editors/property-dataset.md +++ b/15/umbraco-cms/customizing/property-editors/property-dataset.md @@ -8,7 +8,7 @@ It is required for the `umb-property` element to have a Property Dataset provide The `umb-property-dataset` component provides a Property Dataset Context for any properties within. This provides a way to implement such purely via Elements. -In the following example a dataset is implemented by using the `umb-property-dataset` component together with with two `umb-property` components: +In the following example a dataset is implemented by using the `umb-property-dataset` component together with two `umb-property` components: ```xml diff --git a/16/umbraco-cms/customizing/property-editors/property-dataset.md b/16/umbraco-cms/customizing/property-editors/property-dataset.md index 22685f41885..c35e080305f 100644 --- a/16/umbraco-cms/customizing/property-editors/property-dataset.md +++ b/16/umbraco-cms/customizing/property-editors/property-dataset.md @@ -15,7 +15,7 @@ It is required for the `umb-property` element to have a Property Dataset provide The `umb-property-dataset` component provides a Property Dataset Context for any properties within. This provides a way to implement such purely via Elements. -In the following example a dataset is implemented by using the `umb-property-dataset` component together with with two `umb-property` components: +In the following example a dataset is implemented by using the `umb-property-dataset` component together with two `umb-property` components: ```xml