diff --git a/docs/api/express.md b/docs/api/express.md index bb7ceb3e89..7901fea755 100644 --- a/docs/api/express.md +++ b/docs/api/express.md @@ -30,7 +30,7 @@ const app = express(feathers())
-As of Feathers v5, [Koa](./koa.md) is the recommended framework integration since it is more modern, faster and easier to use. When chosen explicitly, you should be already familiar [Express](http://expressjs.com/en/guide/routing.html). +As of Feathers v5, [Koa](./koa.md) is the recommended framework integration since it is more modern, faster and easier to use. When chosen explicitly, you should already be familiar with [Express](http://expressjs.com/en/guide/routing.html).