Skip to content

Commit 1fb8938

Browse files
authored
Fix reference to removed helper in docs
`orderedToJS` is no longer available in 2.0. It was mentioned in the docs. The example was already updated though.
1 parent 9ca0d91 commit 1fb8938

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
@@ -101,7 +101,7 @@ compose(
101101

102102
##### ordered {#ordered}
103103

104-
In order to get ordered data, use `orderedToJS`
104+
In order to get ordered data, use `ordered`
105105

106106
###### Examples
107107
1. Get list of projects ordered by key

0 commit comments

Comments
 (0)