Update Angular.js

spelling error
This commit is contained in:
Hopiu 2014-02-05 10:39:03 +01:00
parent c5f69e3f64
commit 2c9ca87367

View file

@ -192,7 +192,7 @@ function isArrayLike(obj) {
* is the value of an object property or an array element and `key` is the object property key or
* array element index. Specifying a `context` for the function is optional.
*
* It is worth nothing that `.forEach` does not iterate over inherited properties because it filters
* It is worth noting that `.forEach` does not iterate over inherited properties because it filters
* using the `hasOwnProperty` method.
*
<pre>