Skip to content

Commit

Permalink
typo 'and' should be 'an'
Browse files Browse the repository at this point in the history
  • Loading branch information
tlehman authored Dec 19, 2021
1 parent a33566d commit 90f1858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sidebar_position: 3

Because we need to set and check Grants (LunaSec's token specific permissions), the server needs to know what fields are tokens.
We provide a schema directive to make this straightforward. Behind the scenes, the directive calls the Dedicated Tokenizer.
If there is a problem with the session or the Grant, it will throw and error that Apollo will handle and send to the client.
If there is a problem with the session or the Grant, it will throw an error that Apollo will handle and send to the client.

### Automatically create and verify token grants for any field with the @token directive.

Expand Down

0 comments on commit 90f1858

Please sign in to comment.