From 9f62d9d20b904fc48f7aee37381178743a14739f Mon Sep 17 00:00:00 2001 From: ChrisRose Date: Thu, 27 Mar 2014 13:28:33 -0700 Subject: [PATCH] docs(filter/orderBy): fixed typo --- src/ng/filter/orderBy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/filter/orderBy.js b/src/ng/filter/orderBy.js index faeb8ed1e570..27891835d17d 100644 --- a/src/ng/filter/orderBy.js +++ b/src/ng/filter/orderBy.js @@ -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