Skip to content

Commit

Permalink
Responding to Kato's code review comments in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 7, 2016
1 parent 2c97a04 commit e11cd28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/user-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ it will contain the following attributes:
| `provider` | The authentication method used (e.g. "anonymous" or "google.com"). |
| `token` | The contents of the authentication token (an OpenID JWT). |

The contents of `auth.token` will further contain the following information:
The contents of `auth.token` will contain the following information:

```
{
Expand Down
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ offAuth();
### $signOut()

Unauthenticates a client from the Firebase Database. It takes no arguments and returns no value.
When called, the `$onAuthStateChanged()` callback(s) will be fired.
When called, the `$onAuthStateChanged()` callback(s) will be triggered.

```html
<span ng-show="firebaseUser">
Expand Down

0 comments on commit e11cd28

Please sign in to comment.