Skip to content

Commit 4e079a5

Browse files
authored
Fix Typo (brewity to brevity)
1 parent 00a01ec commit 4e079a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ alert( counter2() ); // 0 (independent)
309309
```
310310

311311

312-
Hopefully, the situation with outer variables is clear now. For most situations such understanding is enough. There are few details in the specification that we omitted for brewity. So in the next section we cover even more details, not to miss anything.
312+
Hopefully, the situation with outer variables is clear now. For most situations such understanding is enough. There are few details in the specification that we omitted for brevity. So in the next section we cover even more details, not to miss anything.
313313

314314
## Environments in detail
315315

0 commit comments

Comments
 (0)