We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17601b commit cbd3370Copy full SHA for cbd3370
core/security.md
@@ -59,7 +59,7 @@ class Book
59
}
60
```
61
62
-This example is going to allow only fetching the book related to the current user. if he tries to fetch a book which is
+This example is going to allow only fetching the book related to the current user. If he tries to fetch a book which is not
63
linked to his account, that will not return the resource. In addition, only admins are able to create books which means
64
that a user could not create a book.
65
0 commit comments