Skip to content

Commit 9450235

Browse files
committed
Fix typo
1 parent fd0f21e commit 9450235

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/security.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ class Book
5656
}
5757
```
5858

59-
This exemple is going to allow only fetching the book related to the current user. if he tries to fetch a book that is linked to his account, that will not return the resource. In addition, only admins are able to create books which means that a user could not create a book.
59+
This example is going to allow only fetching the book related to the current user. if he tries to fetch a book which is
60+
linked to his account, that will not return the resource. In addition, only admins are able to create books which means
61+
that a user could not create a book.
6062

6163
It is also possible to use the [event system](events.md) for more advanced logic or even [custom actions](operations.md#creating-custom-operations-and-controllers)
6264
if you really need to.

0 commit comments

Comments
 (0)