aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngRepeat.js
diff options
context:
space:
mode:
authorJulien Bouquillon2013-06-12 13:15:51 +0300
committerPete Bacon Darwin2013-06-13 21:17:52 +0100
commit14285568caa4e1875b3fc6f8551de243e5c6ea3f (patch)
tree700f79bd1a8448555e10e3438653ff28127b10c2 /src/ng/directive/ngRepeat.js
parent5ec188f697a96200f2c46457068fd40b954ccf51 (diff)
downloadangular.js-14285568caa4e1875b3fc6f8551de243e5c6ea3f.tar.bz2
style(ngRepeat): fix typos
Diffstat (limited to 'src/ng/directive/ngRepeat.js')
-rw-r--r--src/ng/directive/ngRepeat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngRepeat.js b/src/ng/directive/ngRepeat.js
index 39de8456..53ab4fdc 100644
--- a/src/ng/directive/ngRepeat.js
+++ b/src/ng/directive/ngRepeat.js
@@ -90,7 +90,7 @@
* * `variable in expression track by tracking_expression` – You can also provide an optional tracking function
* which can be used to associate the objects in the collection with the DOM elements. If no tractking function
* is specified the ng-repeat associates elements by identity in the collection. It is an error to have
- * more then one tractking function to resolve to the same key. (This would mean that two distinct objects are
+ * more than one tracking function to resolve to the same key. (This would mean that two distinct objects are
* mapped to the same DOM element, which is not possible.)
*
* For example: `item in items` is equivalent to `item in items track by $id(item)'. This implies that the DOM elements