Skip to content

Commit 71d6c04

Browse files
authored
fix: line 21: correct minor typo (als -> also) (#2744)
[no important files changed]
1 parent 17c0f6f commit 71d6c04

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)