Skip to content

Commit cbd3370

Browse files
Update security.md
1 parent e17601b commit cbd3370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Book
5959
}
6060
```
6161

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
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 not
6363
linked to his account, that will not return the resource. In addition, only admins are able to create books which means
6464
that a user could not create a book.
6565

0 commit comments

Comments
 (0)