Skip to content

Commit

Permalink
Fix (docs): broken link caused by typo - prescottprue#1073
Browse files Browse the repository at this point in the history
At the Auth page, logout() section, the link to the constants page is broken because an "s" is missing from the constants page link.
  • Loading branch information
codedpills committed Apr 25, 2021
1 parent 5169278 commit aaaa158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ createNewUser({

Logout from Firebase and delete all data from the store (`state.firebase.data` and `state.firebase.auth` are set to `null`).

Looking to preserve data on logout? [checkout the `preserve` config option](/docs/api/contants), which preserves data under the specified keys in state on logout.
Looking to preserve data on logout? [checkout the `preserve` config option](/docs/api/constants), which preserves data under the specified keys in state on logout.

##### Examples

Expand Down

0 comments on commit aaaa158

Please sign in to comment.