Skip to content

Commit 42b3400

Browse files
Minor grammar fix
1 parent 23464c2 commit 42b3400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/version-5-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AngularFire 5.0 is a refactor of the `AngularFireDatabase` module. It removes th
44

55
## Updating `FirebaseListObservable` to `AngularFireList<T>`
66

7-
Rather than `.list()` returning a `FirebaseListObservable`, it now returns an `AngularFireList<T>`. This service contains methods that allow you manipulate and stream data.
7+
Rather than `.list()` returning a `FirebaseListObservable`, it now returns an `AngularFireList<T>`. This service contains methods that allow you to manipulate and stream data.
88

99
In the case of streaming back data, you now call one of the observable methods on `AngularFireList`.
1010

0 commit comments

Comments
 (0)