From 7941fb522121bbc069d0d9ad6ebef8631cbcd96f Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 12 Jun 2017 14:36:19 -0400 Subject: [PATCH] grammar (#994) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 81a033d..c7b4236 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -16,7 +16,7 @@ ## Does Koa replace Connect? No, just a different take on similar functionality - now that async functions allow us to write code with less + now that async functions allow us to write code with fewer callbacks. Connect is equally capable, and some may still prefer it, it's up to what you prefer.