1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

fixed spelling not to no (#6044)

small spelling correction
This commit is contained in:
Peter Kellner 2019-01-13 13:26:21 -08:00 committed by Tim Neutkens
parent 4939583c65
commit 341fb9947b

View file

@ -44,4 +44,4 @@ The repo includes a minimal passwordless backend built with [Micro](https://www.
Session is syncronized across tabs. If you logout your session gets logged out on all the windows as well. We use the HOC `withAuthSync` for this.
The helper function `auth` helps to retrieve the token across pages and redirects the user if not token was found.
The helper function `auth` helps to retrieve the token across pages and redirects the user if no token was found.