Skip to content

Commit

Permalink
Fixed typo in Auth0Provider docs (#725)
Browse files Browse the repository at this point in the history
### Description

Fixed a typo in the documentation of Auth0Provider.

### Testing

- [ ] This change adds test coverage for new/changed/fixed functionality

### Checklist

- [x] I have added documentation for new/changed functionality in this
PR or in auth0.com/docs
- [ ] All active GitHub checks for tests, formatting, and security are
passing
- [x] The correct base branch is being used, if not the default branch
  • Loading branch information
waxmar committed Jan 25, 2024
1 parent e6c8e40 commit 317ee11
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 317ee11

Please sign in to comment.