diff options
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Angular.js b/src/Angular.js index 8e315fb7..0cfe387d 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.   *     <pre> | 
