From af83c1541cf5fbe97e1f15d891977975af003020 Mon Sep 17 00:00:00 2001 From: "z.ky" Date: Thu, 6 Jul 2017 18:06:34 +0100 Subject: [PATCH] docs(ngRepeat): correct typo Closes #16088 --- src/ng/directive/ngRepeat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngRepeat.js b/src/ng/directive/ngRepeat.js index c0a1794b9147..ea32162a0c9c 100644 --- a/src/ng/directive/ngRepeat.js +++ b/src/ng/directive/ngRepeat.js @@ -216,7 +216,7 @@ * mapped to the same DOM element, which is not possible.) * *
- * Note: the `tracky by` expression must come last - after any filters, and the alias expression. + * Note: the `track by` expression must come last - after any filters, and the alias expression. *
* * For example: `item in items` is equivalent to `item in items track by $id(item)`. This implies that the DOM elements