From 95b8f580f263edefe44469f84dc76d4b6f185c5d Mon Sep 17 00:00:00 2001 From: John Mantas Date: Sat, 4 Aug 2018 17:23:49 +0300 Subject: [PATCH] docs(ngRepeat): redundant "and" on line 77 --- src/ng/directive/ngRepeat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngRepeat.js b/src/ng/directive/ngRepeat.js index d6f7dc847429..dacd67688006 100644 --- a/src/ng/directive/ngRepeat.js +++ b/src/ng/directive/ngRepeat.js @@ -74,7 +74,7 @@ * For example, if an item is added to the collection, `ngRepeat` will know that all other items * already have DOM elements, and will not re-render them. * - * All different types of tracking functions, their syntax, and and their support for duplicate + * All different types of tracking functions, their syntax, and their support for duplicate * items in collections can be found in the * {@link ngRepeat#ngRepeat-arguments ngRepeat expression description}. *