Skip to content

Commit 474299a

Browse files
authored
fix(docs): fix grammatical errors in redux-firestore explanation (prescottprue#892) - @gregfenton
1 parent fe7a4ce commit 474299a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firestore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Firestore
22

3-
The Firestore integration is build on [`redux-firestore`](https://github.com/prescottprue/redux-firestore). Auth, Storage, and RTDB interactions still go on within `react-redux-firebase`, while `redux-firestore` handles attaching listeners and updating state for Firestore.
3+
The Firestore integration is built on [`redux-firestore`](https://github.com/prescottprue/redux-firestore). Auth, Storage, and RTDB interactions still occur within `react-redux-firebase`, while `redux-firestore` handles attaching listeners and updating state for Firestore.
44

55
To begin using Firestore with `react-redux-firebase`, make sure you have the following:
66
* `v2.0.0` or higher of `react-redux-firebase`

0 commit comments

Comments
 (0)