Skip to content

Commit af83c15

Browse files
z.kyNarretz
z.ky
authored andcommitted
docs(ngRepeat): correct typo
Closes angular#16088
1 parent e872f0e commit af83c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRepeat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
* mapped to the same DOM element, which is not possible.)
217217
*
218218
* <div class="alert alert-warning">
219-
* <strong>Note:</strong> the `tracky by` expression must come last - after any filters, and the alias expression.
219+
* <strong>Note:</strong> the `track by` expression must come last - after any filters, and the alias expression.
220220
* </div>
221221
*
222222
* For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements

0 commit comments

Comments
 (0)