Skip to content

Commit bfbd0b3

Browse files
authored
fix: line 21: correct minor typo (als -> also)
1 parent 17c0f6f commit bfbd0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/closures/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ twoDozen;
1818
// => Uncaught ReferenceError: twoDozen is not defined
1919
```
2020

21-
Except for braces `{}`, functions (and classes) als create new scopes, which can _enclose_ values:
21+
Except for braces `{}`, functions (and classes) also create new scopes, which can _enclose_ values:
2222

2323
```javascript
2424
const dozen = 12;

0 commit comments

Comments
 (0)