From f66da8e72375d1993d6da334410bf049fccc4d66 Mon Sep 17 00:00:00 2001 From: Erik <45879862+Erik-Sovereign@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:39:02 +0200 Subject: [PATCH] fix typo in datamodel.md (#1728) Co-authored-by: ErikSovereign --- site/content/concepts/datamodel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/concepts/datamodel.md b/site/content/concepts/datamodel.md index 4e727e1da..8aed1525d 100644 --- a/site/content/concepts/datamodel.md +++ b/site/content/concepts/datamodel.md @@ -46,5 +46,5 @@ The delete process which is performed, when there are historical connections to Just in case there are no connections to Distribution Sets and targets the server will perform a HardDelete. This process deletes all stored data, including all meta information. {{% note %}} -In case of of a SoftDelete the unique constraints are still in place, i.e. you cannot create an entity with the same name/key. This constraint might be removed in future versions because of the impact on the user experience (i.e. he does not see the soft deleted module but cannot create a new one). +In case of a SoftDelete the unique constraints are still in place, i.e. you cannot create an entity with the same name/key. This constraint might be removed in future versions because of the impact on the user experience (i.e. he does not see the soft deleted module but cannot create a new one). {{% /note %}} \ No newline at end of file