Skip to content

Commit e7b524c

Browse files
authored
Merge pull request #2825 from bookchiq/master
Add "us" for grammatical reasons
2 parents a6fdfda + cc74ccc commit e7b524c

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

+1-1
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)