Skip to content

Commit 37d1e7b

Browse files
authored
fix typo (#707)
1 parent 9d79c2e commit 37d1e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/auth-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ state.userToken == null ? (
8181
);
8282
```
8383

84-
This pattern has been in use by other routing libraries such as React Router for a long time, and is commonly knows as "Protected routes". Here, our screens which need the user to be logged in are "protected" and cannot be navigated to by other means if the user is not logged in.
84+
This pattern has been in use by other routing libraries such as React Router for a long time, and is commonly known as "Protected routes". Here, our screens which need the user to be logged in are "protected" and cannot be navigated to by other means if the user is not logged in.
8585

8686
## Implement the logic for restoring the token
8787

0 commit comments

Comments
 (0)