Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eec095a

Browse files
nonopolarityNarretz
authored andcommitted
docs(angular.forEach): fix typo
1 parent 7b2c7cb commit eec095a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function isArrayLike(obj) {
236236
*
237237
* Unlike ES262's
238238
* [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18),
239-
* Providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just
239+
* providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just
240240
* return the value provided.
241241
*
242242
```js

0 commit comments

Comments
 (0)