Skip to content

Commit 2db6abf

Browse files
author
Timothy E. Johansson
committed
Typo
1 parent 9990c59 commit 2db6abf

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
@@ -287,7 +287,7 @@ user.onAccessDenied(function(user, route, stateParams) {
287287

288288
For the Angular router the target route is passed as second parameter to the handler. For the UI router, the target state and the target state parameters are passed as parameters two and three.
289289

290-
After a successful login, the default behavior is to transition to the default route. To change this behaviour, override the `authenticationSuccessHandler` like this:
290+
After a successful login, the default behavior is to transition to the default route. To change this behavior, override the `authenticationSuccessHandler` like this:
291291

292292
```javascript
293293
user.onAuthenticationSuccess(function() {

0 commit comments

Comments
 (0)