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/12/umbraco-cms/reference/notifications/determining-new-entity.md b/12/umbraco-cms/reference/notifications/determining-new-entity.md index 4030ab75cd1..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 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. 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