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

Commit 1428556

Browse files
Julien Bouquillonpetebacondarwin
Julien Bouquillon
authored andcommitted
style(ngRepeat): fix typos
1 parent 5ec188f commit 1428556

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
@@ -90,7 +90,7 @@
9090
* * `variable in expression track by tracking_expression` – You can also provide an optional tracking function
9191
* which can be used to associate the objects in the collection with the DOM elements. If no tractking function
9292
* is specified the ng-repeat associates elements by identity in the collection. It is an error to have
93-
* more then one tractking function to resolve to the same key. (This would mean that two distinct objects are
93+
* more than one tracking function to resolve to the same key. (This would mean that two distinct objects are
9494
* mapped to the same DOM element, which is not possible.)
9595
*
9696
* 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)