Skip to content

Commit aecbe1a

Browse files
authored
fix (docs): update broken link for logout (#1073, #1086)
1 parent 5169278 commit aecbe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ createNewUser({
242242
243243
Logout from Firebase and delete all data from the store (`state.firebase.data` and `state.firebase.auth` are set to `null`).
244244
245-
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.
245+
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.
246246
247247
##### Examples
248248

0 commit comments

Comments
 (0)