From 844b62f57e93759cb24ec25fd9d01becad5ddefb Mon Sep 17 00:00:00 2001 From: Jeff Bowen Date: Wed, 26 Oct 2016 11:49:48 +0200 Subject: [PATCH] README: Typo & grammar suggestion (#69) * Replace _specially_ with _especially_ * Parens around that clause --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b7277f6..e04fb94a 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ There’s *no tradeoff* in power. Instead, we gain the power of simpler composit Parsing, prefixing, modularizing and hot-code-reloading CSS can be avoided by just using JavaScript. -This results in better compilation performance and less memory usage, specially for large projects. No `cssom`, `postcss`, `cssnext` or transformation plugins. +This results in better compilation performance and less memory usage (especially for large projects). No `cssom`, `postcss`, `cssnext` or transformation plugins. It also means fewer dependencies and fewer things for Next to do. Everything is Just JavaScript® (since JSX is completely optional)