From 4b5ca92b9d092c202681e81ff32f289497d31ee1 Mon Sep 17 00:00:00 2001 From: Johannes Vogt Date: Fri, 19 Dec 2025 10:35:43 +0100 Subject: [PATCH] fix typo --- guides/providing-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/providing-services.md b/guides/providing-services.md index 37e9381a2..b465a75e6 100644 --- a/guides/providing-services.md +++ b/guides/providing-services.md @@ -941,7 +941,7 @@ The `@assert.target` check constraint relies on database locks to ensure accurat ### `@assert` -Annotate an element with `@assert` to define CXL expressions that are validated _after_ the data has been written to the database but _before_ it is committed it. If validation fails, the expression returns a `String` that indicates an error to the runtime. If validation passes, the expression returns `null`. +Annotate an element with `@assert` to define CXL expressions that are validated _after_ the data has been written to the database but _before_ it is committed. If validation fails, the expression returns a `String` that indicates an error to the runtime. If validation passes, the expression returns `null`. ```cds entity OrderItems : cuid {