We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f69e3 commit 95522ccCopy full SHA for 95522cc
src/Angular.js
@@ -192,7 +192,7 @@ function isArrayLike(obj) {
192
* is the value of an object property or an array element and `key` is the object property key or
193
* array element index. Specifying a `context` for the function is optional.
194
*
195
- * 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
196
* using the `hasOwnProperty` method.
197
198
<pre>
0 commit comments