From 0e5ec06d4a91241d8f27eb7f71dbe5065e4c7d48 Mon Sep 17 00:00:00 2001 From: manu-kapoor Date: Wed, 5 Apr 2017 11:44:22 +0530 Subject: [PATCH] docs(filter): Extra 'the' --- src/ng/filter/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/filter/filter.js b/src/ng/filter/filter.js index a11a0ce4d25d..d0848209feed 100644 --- a/src/ng/filter/filter.js +++ b/src/ng/filter/filter.js @@ -46,7 +46,7 @@ * * @param {function(actual, expected)|true|false} [comparator] Comparator which is used in * determining if values retrieved using `expression` (when it is not a function) should be - * considered a match based on the the expected value (from the filter expression) and actual + * considered a match based on the expected value (from the filter expression) and actual * value (from the object in the array). * * Can be one of: