Skip to content

Commit a7dd68a

Browse files
authored
docs(auth): Fixed a typo (#3185)
A comma was at the end instead of a period.
1 parent 88796bc commit a7dd68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ of persistence for future sign-in requests, including sign-in with redirect
112112
requests, you can use the `PERSISTENCE` DI Token (*default: null*).
113113

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

117117
```ts
118118
import { PERSISTENCE } from '@angular/fire/compat/auth';

0 commit comments

Comments
 (0)