Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

fix: change refershAuth to refreshAuth in docs (#3025)

Changed files
+1 -1
docs
+1 -1
docs/advanced/authentication.md
···
If `didAuthError` returns `true`, it will trigger the `authExchange` to trigger the logic for asking
for re-authentication via `refreshAuth`.
-
### Configuring `refershAuth` (triggered after an auth error has occurred)
+
### Configuring `refreshAuth` (triggered after an auth error has occurred)
If the API doesn't support any sort of token refresh, this is where we could simply log the user out.