aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorHopiu2014-02-05 10:39:03 +0100
committerCaitlin Potter2014-02-05 09:58:26 -0500
commit95522cc11f01528b569f88a089def9acded938b4 (patch)
tree6248ffee7951ad4ebc2171af742f1ff9a04e7a28 /src/Angular.js
parentc5f69e3f64514223917d74caf14d21b899474b42 (diff)
downloadangular.js-95522cc11f01528b569f88a089def9acded938b4.tar.bz2
docs(forEach): correct spelling error
Closes #6124
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
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>