Skip to content

Commit ffd5bf1

Browse files
author
Vincens Mink
committed
Fixed typo
1 parent c2bda8f commit ffd5bf1

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
@@ -44,6 +44,6 @@ the `function(response) {do-something-with-response}` will fire,
4444

4545
###Advanced use case:
4646
Same beginning as before but,
47-
* once your application figures out the authentication is OK, call: `authService.loginConfirmed([data], [updateConfigFunc)`,
47+
* once your application figures out the authentication is OK, call: `authService.loginConfirmed([data], [updateConfigFunc])`,
4848
* your initial failed request will now be retried but you can supply additional data to observers who are listening for `event:auth-loginConfirmed`, and all your queued http requests will be recalculated by your `updateConfigFunc(httpConfig)` function. This is very usefull if you need to update the headers with new credentials and/or tokens from your successful login.
4949

0 commit comments

Comments
 (0)