diff --git a/README.md b/README.md index 6e31b82e11..06b88fd74b 100644 --- a/README.md +++ b/README.md @@ -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");