From 71f52e206797e46fa409f7be3013b059f8ab5b88 Mon Sep 17 00:00:00 2001 From: Nico Schoenteich Date: Wed, 15 Nov 2023 12:23:56 +0100 Subject: [PATCH] Typo --- guides/domain-modeling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/domain-modeling.md b/guides/domain-modeling.md index 3c36a5a66..171086bd1 100644 --- a/guides/domain-modeling.md +++ b/guides/domain-modeling.md @@ -16,7 +16,7 @@ Domain Models capture the static, data-related aspects of a problem domain in te ### Capture Intent — *What, not How!* -CDS focuses on *conceptual modelling*: we want to capure intent, not imperative implementations — that is: What, not How. Not only does that keep domain models concise and comprehensible, it also allows us to provide optimized generic implementations. +CDS focuses on *conceptual modelling*: we want to capture intent, not imperative implementations — that is: What, not How. Not only does that keep domain models concise and comprehensible, it also allows us to provide optimized generic implementations. For example, given an entity definition like that: