Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Feb 15, 2024
1 parent 74c291f commit d1231f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/tutorial/barrier_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

In the previous chapters, we learned how to fetch data from the server and how to display it. Now let us talk about suspending the execution of [_Queries_](/api/primitives/query) and [_Mutations_](/api/primitives/mutation) based on some criteria.

This topic is quire practical, so we suggest learning it by examples:
This topic is quite practical, so we suggest learning it by examples:

1. [How to check if the users token is valid before data fetching and perform some actions if it is not](/recipes/auth_token)
2. [How to pause the execution of a _Query_ until the user accepts term of use](/recipes/terms_of_use)
Expand Down

0 comments on commit d1231f6

Please sign in to comment.