We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486c13e commit d3df1e5Copy full SHA for d3df1e5
README.md
@@ -180,7 +180,7 @@ class MyComponents extends Component {
180
181
### Server Side Rendering
182
In order to perform authentication and authorization checks for Server Side Rendering, you may need to use the `onEnter` property
183
-of a `<Route>`. You can access the `onEnter` method of the UserAuthWrapper after applying the config parameters:
+of a `<Route>`. You can access the `onEnter` method of the `UserAuthWrapper` after applying the config parameters:
184
```js
185
import { UserAuthWrapper } from 'redux-auth-wrapper';
186
0 commit comments