Fix word
This commit is contained in:
parent
e2081380a2
commit
17ed10a91c
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# Frequently Asked Questions
|
# Frequently Asked Questions
|
||||||
|
|
||||||
## Does Koa replace Express?
|
## Does Koa replace Express?
|
||||||
|
@ -24,7 +23,7 @@
|
||||||
## Do generators decrease performance?
|
## Do generators decrease performance?
|
||||||
|
|
||||||
Barely - check out the benchmarks in our readme, the numbers
|
Barely - check out the benchmarks in our readme, the numbers
|
||||||
are more than fine, and there's no substition for proper
|
are more than fine, and there's no substitute for proper
|
||||||
horizontal scaling.
|
horizontal scaling.
|
||||||
|
|
||||||
## Does Koa include routing?
|
## Does Koa include routing?
|
||||||
|
@ -38,4 +37,4 @@
|
||||||
the design is fundamentally much different, so the migration from
|
the design is fundamentally much different, so the migration from
|
||||||
Express 3.0 to this Express 4.0 would effectively mean rewriting
|
Express 3.0 to this Express 4.0 would effectively mean rewriting
|
||||||
the entire application, so we thought it would be more appropriate
|
the entire application, so we thought it would be more appropriate
|
||||||
to create a new library.
|
to create a new library.
|
||||||
|
|
Loading…
Reference in a new issue