Fix typo (brewity to brevity) (#980)

Fix typo (brewity to brevity)
This commit is contained in:
Alexey Pyltsyn 2019-05-16 05:29:12 +03:00 committed by GitHub
commit 44bae6a6f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,7 @@ alert( counter2() ); // 0 (independent)
```
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.
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.
## Environments in detail