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

Commit dc027f2

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(ngRepeat): fix typo
Replace "ian" in "in" Closes #5027
1 parent 043500f commit dc027f2

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
@@ -99,7 +99,7 @@
9999
* For example: `item in items track by $id(item)`. A built in `$id()` function can be used to assign a unique
100100
* `$$hashKey` property to each item in the array. This property is then used as a key to associated DOM elements
101101
* with the corresponding item in the array by identity. Moving the same object in array would move the DOM
102-
* element in the same way ian the DOM.
102+
* element in the same way in the DOM.
103103
*
104104
* For example: `item in items track by item.id` is a typical pattern when the items come from the database. In this
105105
* case the object identity does not matter. Two objects are considered equivalent as long as their `id`

0 commit comments

Comments
 (0)