From 95522cc11f01528b569f88a089def9acded938b4 Mon Sep 17 00:00:00 2001 From: Hopiu Date: Wed, 5 Feb 2014 10:39:03 +0100 Subject: docs(forEach): correct spelling error Closes #6124 --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Angular.js') 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. *
-- 
cgit v1.2.3