We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08354ae commit 9f62d9dCopy full SHA for 9f62d9d
src/ng/filter/orderBy.js
@@ -22,7 +22,7 @@
22
* - `Array`: An array of function or string predicates. The first predicate in the array
23
* is used for sorting, but when two items are equivalent, the next predicate is used.
24
*
25
- * @param {boolean=} reverse Reverse the order the array.
+ * @param {boolean=} reverse Reverse the order of the array.
26
* @returns {Array} Sorted copy of the source array.
27
28
* @example
0 commit comments