Skip to content

Commit

Permalink
fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
waxmar committed Jan 25, 2024
1 parent e6c8e40 commit 2000439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth0-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const defaultOnRedirectCallback = (appState?: AppState): void => {
* <Auth0Provider
* domain={domain}
* clientId={clientId}
* authorizationParams={{ redirect_uri: window.location.origin }}}>
* authorizationParams={{ redirect_uri: window.location.origin }}>
* <MyApp />
* </Auth0Provider>
* ```
Expand Down

0 comments on commit 2000439

Please sign in to comment.