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}. *