Skip to content

Commit d3df1e5

Browse files
committed
Minor README tweak
1 parent 486c13e commit d3df1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class MyComponents extends Component {
180180

181181
### Server Side Rendering
182182
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:
183+
of a `<Route>`. You can access the `onEnter` method of the `UserAuthWrapper` after applying the config parameters:
184184
```js
185185
import { UserAuthWrapper } from 'redux-auth-wrapper';
186186

0 commit comments

Comments
 (0)