diff --git a/src/Angular.js b/src/Angular.js index 8e315fb77e76..0cfe387dde44 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -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. *