From 4ae41a0b2b41c790e0de3b0e5caf69e6dc678580 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 9 Jan 2024 12:46:15 +0100 Subject: [PATCH 1/3] Avoid using the word 'extremely' --- .../reference/notifications/determining-new-entity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/umbraco-cms/reference/notifications/determining-new-entity.md b/12/umbraco-cms/reference/notifications/determining-new-entity.md index 4030ab75cd1..478035880fb 100644 --- a/12/umbraco-cms/reference/notifications/determining-new-entity.md +++ b/12/umbraco-cms/reference/notifications/determining-new-entity.md @@ -23,4 +23,4 @@ Since the IContent has not been saved yet, it's not necessary to cast it to `IRe ## How it works -This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is extremely handy. It tracks not only the property data that has changed (because it inherits from yet another hilarious interface called `ICanBeDirty`) but also the property data that was changed before it was committed. +This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is really handy. It tracks not only the property data that has changed (because it inherits from yet another hilarious interface called `ICanBeDirty`) but also the property data that was changed before it was committed. From 4edc68482f93a28044560315144fd666e7ec0cc2 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 9 Jan 2024 13:12:12 +0100 Subject: [PATCH 2/3] Write shorter sentences --- .../reference/notifications/determining-new-entity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/umbraco-cms/reference/notifications/determining-new-entity.md b/12/umbraco-cms/reference/notifications/determining-new-entity.md index 478035880fb..22e118c9fe5 100644 --- a/12/umbraco-cms/reference/notifications/determining-new-entity.md +++ b/12/umbraco-cms/reference/notifications/determining-new-entity.md @@ -23,4 +23,4 @@ Since the IContent has not been saved yet, it's not necessary to cast it to `IRe ## How it works -This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is really handy. It tracks not only the property data that has changed (because it inherits from yet another hilarious interface called `ICanBeDirty`) but also the property data that was changed before it was committed. +This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is really handy. It tracks not only the property data that has changed because it inherits from yet another hilarious interface called `ICanBeDirty`. It also tracks the property data that was changed before it was committed. From 52edff08b22869c2bb11e32ef8a1ab341efece74 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 9 Jan 2024 13:15:07 +0100 Subject: [PATCH 3/3] Update v10 & 13 --- .../reference/notifications/determining-new-entity.md | 2 +- .../reference/notifications/determining-new-entity.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/umbraco-cms/reference/notifications/determining-new-entity.md b/10/umbraco-cms/reference/notifications/determining-new-entity.md index b2e73e7517f..ce1f03bbaa2 100644 --- a/10/umbraco-cms/reference/notifications/determining-new-entity.md +++ b/10/umbraco-cms/reference/notifications/determining-new-entity.md @@ -28,4 +28,4 @@ Since the IContent has not been saved yet, it's not necessary to cast it to `IRe ## How it works -This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is extremely handy. It tracks not only the property data that has changed (because it inherits from yet another hilarious interface called `ICanBeDirty`) but also the property data that was changed before it was committed. \ No newline at end of file +This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is really handy. It tracks not only the property data that has changed because it inherits from yet another hilarious interface called `ICanBeDirty`. It also tracks the property data that was changed before it was committed. \ No newline at end of file diff --git a/13/umbraco-cms/reference/notifications/determining-new-entity.md b/13/umbraco-cms/reference/notifications/determining-new-entity.md index 4030ab75cd1..8d0101dd92d 100644 --- a/13/umbraco-cms/reference/notifications/determining-new-entity.md +++ b/13/umbraco-cms/reference/notifications/determining-new-entity.md @@ -23,4 +23,4 @@ Since the IContent has not been saved yet, it's not necessary to cast it to `IRe ## How it works -This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is extremely handy. It tracks not only the property data that has changed (because it inherits from yet another hilarious interface called `ICanBeDirty`) but also the property data that was changed before it was committed. +This is all possible because of the `IRememberBeingDirty` interface. Indeed the name of this interface is hilarious but it describes exactly what it does. All entities implement this interface which is really handy. It tracks not only the property data that has changed because it inherits from yet another hilarious interface called `ICanBeDirty`. It also tracks the property data that was changed before it was committed. \ No newline at end of file