From 17ed10a91c079164cbfbf97f845cc28ae1d5cb94 Mon Sep 17 00:00:00 2001 From: Darren Cauthon Date: Thu, 19 Dec 2013 15:59:00 -0600 Subject: [PATCH] Fix word --- docs/faq.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index a652bb2..381b957 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,4 +1,3 @@ - # Frequently Asked Questions ## Does Koa replace Express? @@ -24,7 +23,7 @@ ## Do generators decrease performance? 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. ## Does Koa include routing? @@ -38,4 +37,4 @@ the design is fundamentally much different, so the migration from Express 3.0 to this Express 4.0 would effectively mean rewriting the entire application, so we thought it would be more appropriate - to create a new library. \ No newline at end of file + to create a new library.