fix grammar

This commit is contained in:
Sindre Sorhus 2014-10-08 23:22:59 +02:00
parent e4f0b84565
commit 9c69b16b1f

View File

@ -26,7 +26,7 @@
- **Extensible** - with a large range of [plugins](#plugins).
- **Lossless** - **source map support** so you can debug your compiled code with ease.
- **Compact** - maps directly to the equivalent ES5 with **no runtime**.
- **Concise** - does not pollute scope with unneccesary variables.
- **Concise** - does not pollute scope with unnecessary variables.
## Installation