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

Commit 148cd26

Browse files
timblack1gkalpak
authored andcommitted
docs(ngRepeat): correct typo
Closes #15378
1 parent 5ac7dae commit 148cd26

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
@@ -38,7 +38,7 @@
3838
* <div ng-repeat="(key, value) in myObj"> ... </div>
3939
* ```
4040
*
41-
* However, there are a limitations compared to array iteration:
41+
* However, there are a few limitations compared to array iteration:
4242
*
4343
* - The JavaScript specification does not define the order of keys
4444
* returned for an object, so Angular relies on the order returned by the browser

0 commit comments

Comments
 (0)