Skip to content

Commit 2f7b202

Browse files
authored
fix(docs): use correct wording in firestore query docs (prescottprue#924) - @gregfenton
1 parent b643911 commit 2f7b202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/firestore.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ const rrfConfig = {
8383

8484
## Queries
8585

86-
Firestore queries can be created in two ways:
86+
Firestore queries can be created in the following ways:
8787

88-
* [Automatically with Hook](#useFirestoreConnect) - Using `useFirestoreConnect` hook (manages mounting/unmounting)
89-
* [Automatically with HOC](#firestoreConnect) - Using `firestoreConnect` HOC (manages mounting/unmounting)
90-
* [Manually](#manual) - Using `get`, or by setting listeners with `setListeners`/`setListener` (requires managing of listeners)
88+
1. [Automatically with Hook](#useFirestoreConnect) - Using `useFirestoreConnect` hook (manages mounting/unmounting)
89+
1. [Automatically with HOC](#firestoreConnect) - Using `firestoreConnect` HOC (manages mounting/unmounting)
90+
1. [Manually](#manual) - Using `get`, or by setting listeners with `setListeners`/`setListener` (requires managing of listeners)
9191

9292
### Automatically with Hook {#useFirestoreConnect}
9393

0 commit comments

Comments
 (0)