Skip to content

Commit b20573e

Browse files
committed
Merge pull request #1219 from fvilers/patch-2
Missing word
2 parents 5c41f67 + ee83da9 commit b20573e

File tree

1 file changed

+1
-1
lines changed
  • docs/angular-meteor/client/content/api-reference/1.3.2

1 file changed

+1
-1
lines changed

docs/angular-meteor/client/content/api-reference/1.3.2/api.auth.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
`waitForUser` is a method of `$auth` which waits for any user to log in.
3636

37-
It a wrapper for `Meteor.loggingIn` method, but it's return value is a promise which can be only resolved, when any user is done with the login process.
37+
It is a wrapper for `Meteor.loggingIn` method, but it's return value is a promise which can be only resolved, when any user is done with the login process.
3838

3939
It is useful when you want to run part of your code only after the user logs in.
4040

0 commit comments

Comments
 (0)