Skip to content

Commit 9f62d9d

Browse files
ChrisRosebtford
authored andcommitted
docs(filter/orderBy): fixed typo
1 parent 08354ae commit 9f62d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/orderBy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* - `Array`: An array of function or string predicates. The first predicate in the array
2323
* is used for sorting, but when two items are equivalent, the next predicate is used.
2424
*
25-
* @param {boolean=} reverse Reverse the order the array.
25+
* @param {boolean=} reverse Reverse the order of the array.
2626
* @returns {Array} Sorted copy of the source array.
2727
*
2828
* @example

0 commit comments

Comments
 (0)