Skip to content

Commit 49ea814

Browse files
Merge pull request #43 from angular/master
docs(ngRepeat): correct typo
2 parents 04f7cf1 + af83c15 commit 49ea814

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
@@ -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)