Skip to content

Commit 95522cc

Browse files
Hopiucaitp
authored andcommitted
docs(forEach): correct spelling error
Closes angular#6124
1 parent c5f69e3 commit 95522cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

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

0 commit comments

Comments
 (0)