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

Skip to content

Commit 58088b0

Browse files
author
Matt Conroy
committed
- Spelling correction
1 parent 4c2ac65 commit 58088b0

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
@@ -55,7 +55,7 @@ the `function(response) {do-something-with-response}` will fire,
5555
###Advanced use case:
5656

5757
####Sending data to listeners:
58-
You can supply additional data to observers accross your application who are listening for `event:auth-loginConfirmed`:
58+
You can supply additional data to observers across your application who are listening for `event:auth-loginConfirmed`:
5959

6060
$scope.$on('event:auth-loginConfirmed', function(event, data){
6161
$rootScope.isLoggedin = true;

0 commit comments

Comments
 (0)