Skip to content

Commit 5533a1e

Browse files
Fix typo and readability in with-authentication-required.tsx (auth0#563)
1 parent c55b558 commit 5533a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/with-authentication-required.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export interface WithAuthenticationRequiredOptions {
9292
* ```
9393
*
9494
* When you wrap your components in this Higher Order Component and an anonymous user visits your component
95-
* they will be redirected to the login page and returned to the page they we're redirected from after login.
95+
* they will be redirected to the login page; after login they will be returned to the page they were redirected from.
9696
*/
9797
const withAuthenticationRequired = <P extends object>(
9898
Component: ComponentType<P>,

0 commit comments

Comments
 (0)