Skip to content

Commit e9f2f19

Browse files
authored
Fix very minor issue in authorization.md (#1929)
Singular 'entity' vs plural 'entities'; it seems that the plural is used predominantly here, so fixed in a way that leans in that direction.
1 parent 50e4937 commit e9f2f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/security/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ service SomeService {
190190

191191
#### Events to Auto-Exposed Entities { #events-and-auto-expose}
192192

193-
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.
193+
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.
194194
Access to auto-exposed entities needs to be controlled in a specific way. Consider the following example:
195195

196196
```cds

0 commit comments

Comments
 (0)