docs(filter/orderBy): fixed typo

This commit is contained in:
ChrisRose
2014-03-27 13:28:33 -07:00
committed by Brian Ford
parent 7a294369ab
commit 26064375ca

View File

@@ -22,7 +22,7 @@
* - `Array`: An array of function or string predicates. The first predicate in the array
* is used for sorting, but when two items are equivalent, the next predicate is used.
*
* @param {boolean=} reverse Reverse the order the array.
* @param {boolean=} reverse Reverse the order of the array.
* @returns {Array} Sorted copy of the source array.
*
* @example