Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 19e2347

Browse files
john-mantasgkalpak
authored andcommitted
docs(ngRepeat): redundant "and" on line 77
Closes #16657
1 parent f17292e commit 19e2347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRepeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* For example, if an item is added to the collection, `ngRepeat` will know that all other items
7575
* already have DOM elements, and will not re-render them.
7676
*
77-
* All different types of tracking functions, their syntax, and and their support for duplicate
77+
* All different types of tracking functions, their syntax, and their support for duplicate
7878
* items in collections can be found in the
7979
* {@link ngRepeat#ngRepeat-arguments ngRepeat expression description}.
8080
*

0 commit comments

Comments
 (0)