Skip to content

Commit

Permalink
docs(forEach): correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopiu authored and caitp committed Feb 5, 2014
1 parent c5f69e3 commit 95522cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 95522cc

Please sign in to comment.