From 708d57e6ea2c676c6bcc8dddc45d165bac3235ad Mon Sep 17 00:00:00 2001 From: Billal BEGUERADJ <15982164+begueradj@users.noreply.github.com> Date: Fri, 22 Feb 2019 17:56:48 +0200 Subject: [PATCH] Fixed typo in Preface/About (#343) --- 01-Preface/01-about.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Preface/01-about.adoc b/01-Preface/01-about.adoc index 08f3e35..272135d 100644 --- a/01-Preface/01-about.adoc +++ b/01-Preface/01-about.adoc @@ -30,7 +30,7 @@ Below is the list of frequently asked questions. If you think a common question [ol-spaced] 1. *How is AdonisJs different to Express or Koa?* + -Express and Koa are routing libraries with a thin layer of middleware on top. There are great for several use cases but fall apart when projects start to grow. +Express and Koa are routing libraries with a thin layer of middleware on top. They are great for several use cases but fall apart when projects start to grow. + Since your projects have their own standards and conventions, it may become harder to hire developers to work on them. As AdonisJs follows a set of standardized conventions, it should be easier to hire someone to work on existing AdonisJs apps.