fix grammar mistake in readme

This commit is contained in:
Sebastian McKenzie 2014-10-09 15:38:47 +11:00
parent 439b378ebf
commit 4207f75c37

View File

@ -175,7 +175,7 @@ to5("class Test {}").code;
## Modules
6to5 modules compile straight to CommonJS, because of this various liberties are
taken into account to ease their usage.
taken into account to easen their usage.
```javascript
import "foo"; // var foo = require("foo");