docs(ngRepeat): redundant "and" on line 77

Closes #16657
This commit is contained in:
John Mantas
2018-08-04 17:23:49 +03:00
committed by George Kalpakas
parent fd4a284c85
commit ad7ea95386
+1 -1
View File
@@ -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}.
*