Skip to content

Commit

Permalink
docs(auth): Fixed a typo (#3185)
Browse files Browse the repository at this point in the history
A comma was at the end instead of a period.
  • Loading branch information
ksilz authored Apr 12, 2022
1 parent 88796bc commit a7dd68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/auth/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ of persistence for future sign-in requests, including sign-in with redirect
requests, you can use the `PERSISTENCE` DI Token (*default: null*).

The possible types are `'local'`, `'session'` or `'none'`. Read more at
[authentication state persistence](https://firebase.google.com/docs/auth/web/auth-state-persistence),
[authentication state persistence](https://firebase.google.com/docs/auth/web/auth-state-persistence).

```ts
import { PERSISTENCE } from '@angular/fire/compat/auth';
Expand Down

0 comments on commit a7dd68a

Please sign in to comment.