1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

README: Typo & grammar suggestion (#69)

* Replace _specially_ with _especially_
* Parens around that clause
This commit is contained in:
Jeff Bowen 2016-10-26 11:49:48 +02:00 committed by Naoyuki Kanezawa
parent 1602a45b11
commit 844b62f57e

View file

@ -261,7 +261,7 @@ Theres *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)