Skip to content

Commit c4fbcda

Browse files
jamesdanielsdavideast
authored andcommitted
Subheading under auth and fixed link md
1 parent 8d3ab75 commit c4fbcda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/version-4-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ constructor(afAuth: AngularFireAuth) {
3838
}
3939
```
4040

41-
### Removing pre-configured login
41+
#### Removing pre-configured login
4242

4343
While convenient, the pre-configure login feature added unneeded complexity into our codebase.
4444

@@ -53,7 +53,7 @@ logout() {
5353
}
5454
```
5555

56-
(See what methods are available to `firebase.auth.Auth` in the Firebase reference guide)[https://firebase.google.com/docs/reference/js/firebase.auth.Auth].
56+
[See what methods are available to `firebase.auth.Auth` in the Firebase reference guide](https://firebase.google.com/docs/reference/js/firebase.auth.Auth).
5757

5858
### FirebaseListFactory and FirebaseObjectFactory API Changes
5959

0 commit comments

Comments
 (0)