From 018d3fd2c0236245a7e10206cabf8af06e42dc4e Mon Sep 17 00:00:00 2001 From: DJ Adams Date: Mon, 23 Jun 2025 12:58:22 +0100 Subject: [PATCH] Fix very minor issue in authorization.md Singular 'entity' vs plural 'entities'; it seems that the plural is used predominantly here, so fixed in a way that leans in that direction. --- guides/security/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/security/authorization.md b/guides/security/authorization.md index fc5c35db17..89afd08736 100644 --- a/guides/security/authorization.md +++ b/guides/security/authorization.md @@ -190,7 +190,7 @@ service SomeService { #### Events to Auto-Exposed Entities { #events-and-auto-expose} -In general, entities can be exposed in services in different ways: it can be **explicitly exposed** by the modeler (for example, by a projection), or it can be **auto-exposed** by the CDS compiler due to some reason. +In general, entities can be exposed in services in different ways: they can be **explicitly exposed** by the modeler (for example, by a projection), or they can be **auto-exposed** by the CDS compiler due to some reason. Access to auto-exposed entities needs to be controlled in a specific way. Consider the following example: ```cds