Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 438814e

Browse files
nonopolarityNarretz
authored andcommitted
docs(angular.forEach): fix typo
1 parent bf2cc7b commit 438814e

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
@@ -216,7 +216,7 @@ function isArrayLike(obj) {
216216
*
217217
* Unlike ES262's
218218
* [Array.prototype.forEach](http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.18),
219-
* Providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just
219+
* providing 'undefined' or 'null' values for `obj` will not throw a TypeError, but rather just
220220
* return the value provided.
221221
*
222222
```js

0 commit comments

Comments
 (0)