Skip to content

Commit edf9e93

Browse files
committed
README tweaks
1 parent 53060a7 commit edf9e93

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
@@ -110,7 +110,7 @@ ownProps will be null if isOnEnter is true because onEnter hooks cannot receive
110110
* `[redirectAction]` \(*Function*): Optional redux action creator for redirecting the user. If not present, will use React-Router's router context to perform the transition.
111111
* `[wrapperDisplayName]` \(*String*): Optional name describing this authentication or authorization check.
112112
It will display in React-devtools. Defaults to `UserAuthWrapper`
113-
* `[predicate(authData): Bool]` \(*Function*): Optional function to be passed the result of the `userAuthSelector` param.
113+
* `[predicate(authData): Bool]` \(*Function*): Optional function to be passed the result of the `authSelector` param.
114114
If it evaluates to false the browser will be redirected to `failureRedirectPath`, otherwise `DecoratedComponent` will be rendered.
115115
* `[allowRedirect]` \(*Bool*): Optional bool on whether to pass a `redirect` query parameter to the `failureRedirectPath`
116116

0 commit comments

Comments
 (0)