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:
parent
1602a45b11
commit
844b62f57e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue