Skip to content

Commit cc74ccc

Browse files
authored
Update article.md
Minor grammar fix
1 parent 610fb93 commit cc74ccc

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/16-function-expressions

1 file changed

+1
-1
lines changed

1-js/02-first-steps/16-function-expressions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function sayHi() {
1212

1313
There is another syntax for creating a function that is called a *Function Expression*.
1414

15-
It allows to create a new function in the middle of any expression.
15+
It allows us to create a new function in the middle of any expression.
1616

1717
For example:
1818

0 commit comments

Comments
 (0)