From 4207f75c37b637afa2f3d2feeb76347c23d4dec3 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 9 Oct 2014 15:38:47 +1100 Subject: [PATCH] fix grammar mistake in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");