Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d4fd1a

Browse files
authored
Merge pull request witoldsz#143 from peterneave/master
Fix minor spelling mistake
2 parents a0e20e4 + cc316e3 commit 8d4fd1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/http-auth-interceptor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.factory('authService', ['$rootScope','httpBuffer', function($rootScope, httpBuffer) {
1515
return {
1616
/**
17-
* Call this function to indicate that authentication was successfull and trigger a
17+
* Call this function to indicate that authentication was successful and trigger a
1818
* retry of all deferred requests.
1919
* @param data an optional argument to pass on to $broadcast which may be useful for
2020
* example if you need to pass through details of the user that was logged in

src/http-auth-interceptor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.factory('authService', ['$rootScope','httpBuffer', function($rootScope, httpBuffer) {
1515
return {
1616
/**
17-
* Call this function to indicate that authentication was successfull and trigger a
17+
* Call this function to indicate that authentication was successful and trigger a
1818
* retry of all deferred requests.
1919
* @param data an optional argument to pass on to $broadcast which may be useful for
2020
* example if you need to pass through details of the user that was logged in

0 commit comments

Comments
 (0)