diff --git a/guides/providing-services.md b/guides/providing-services.md index ee556fac0..eec343cb0 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 {