Skip to content

Commit 1de1a03

Browse files
authored
Merge pull request javascript-tutorial#530 from shahbazsyed/patch-4
Update article.md
2 parents 1739a0f + 6bb64bd commit 1de1a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/06-advanced-functions/12-arrow-functions

1-js/06-advanced-functions/12-arrow-functions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For instance:
1414
- `setTimeout(func)` -- `func` is executed by the built-in scheduler.
1515
- ...there are more.
1616

17-
It's very in the spirit of JavaScript to create a function and pass it somewhere.
17+
It's in the very spirit of JavaScript to create a function and pass it somewhere.
1818

1919
And in such functions we usually don't want to leave the current context.
2020

0 commit comments

Comments
 (0)