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.