Skip to content

Commit b15f8ff

Browse files
comonaddprescottprue
authored andcommitted
fix(docs): fix typo in queries docs (prescottprue#200)
fix(docs): fix typo in queries docs
1 parent d865f88 commit b15f8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To load a firebase location once instead of binding, the once option can be used
1515
```
1616

1717
## orderByChild
18-
To order the query by a child within each object, user orderByChild.
18+
To order the query by a child within each object, use orderByChild.
1919

2020
**Internal Method**: [ `orderByChild`](https://firebase.google.com/docs/reference/js/firebase.database.Query#orderByChild)
2121

0 commit comments

Comments
 (0)