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

Commit a790813

Browse files
JensRantilpetebacondarwin
authored andcommitted
docs(ngRepeat): fix typo
1 parent 53359d5 commit a790813

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
@@ -88,7 +88,7 @@
8888
* For example: `(name, age) in {'adam':10, 'amalie':12}`.
8989
*
9090
* * `variable in expression track by tracking_expression` – You can also provide an optional tracking function
91-
* which can be used to associate the objects in the collection with the DOM elements. If no tractking function
91+
* which can be used to associate the objects in the collection with the DOM elements. If no tracking function
9292
* is specified the ng-repeat associates elements by identity in the collection. It is an error to have
9393
* 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.)

0 commit comments

Comments
 (0)