docs(for-each): correct grammar

This commit is contained in:
davhojt 2022-05-15 21:37:25 +03:00 committed by Dav Hojt
parent cbcbdb1324
commit d6b8797947
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a `forEach` function that takes an array as the first argument, a function as the second argument,
Create a function named `forEach` which takes an array as the first argument, a function as the second argument,
and that works like the `Array.prototype.forEach` method.
### Notions