Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(filter/orderBy): fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRose authored and btford committed Mar 27, 2014
1 parent 08354ae commit 9f62d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/filter/orderBy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f62d9d

Please sign in to comment.