Skip to content

Commit 758d524

Browse files
authored
fix(docs): update link of orderByChild in queries docs (prescottprue#895) - @rusakovic
1 parent 3d4277b commit 758d524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Query parameters can be passed through the `queryParams` parameter if using obje
286286
#### orderByChild
287287
To order the query by a child within each object, use orderByChild.
288288

289-
**Internally Uses Firebase Method**: [ `orderByChild`](https://firebase.google.com/docs/reference/js/firebase.database.Query#orderByChild)
289+
**Internally Uses Firebase Method**: [ `orderByChild`](https://firebase.google.com/docs/reference/js/firebase.database.Query#order-bychild)
290290

291291
##### Example
292292
Ordering a list of todos by the text parameter of the todo item (placing them in alphabetical order).

0 commit comments

Comments
 (0)