Skip to content

Commit

Permalink
docs: fix typo in callbacks.md (#815)
Browse files Browse the repository at this point in the history
This is a simple typographical error changed accesed to accessed
  • Loading branch information
Pauldic authored and balazsorban44 committed Feb 1, 2021
1 parent 94b0c68 commit 219b017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/configuration/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ If using JSON Web Tokens instead of database sessions, you should use the User I
## JWT callback

This JSON Web Token callback is called whenever a JSON Web Token is created (i.e. at sign
in) or updated (i.e whenever a session is accesed in the client).
in) or updated (i.e whenever a session is accessed in the client).

e.g. `/api/auth/signin`, `getSession()`, `useSession()`, `/api/auth/session`

Expand Down

0 comments on commit 219b017

Please sign in to comment.