docs(ngRepeat): correct typo

Closes #15378
This commit is contained in:
Tim Black
2016-11-08 15:08:29 -06:00
committed by Georgios Kalpakas
parent 5ac7daea72
commit 148cd26030
+1 -1
View File
@@ -38,7 +38,7 @@
* <div ng-repeat="(key, value) in myObj"> ... </div>
* ```
*
* However, there are a limitations compared to array iteration:
* However, there are a few limitations compared to array iteration:
*
* - The JavaScript specification does not define the order of keys
* returned for an object, so Angular relies on the order returned by the browser