From f8d3626c7b65202c3c943b87c020b948b31e82c1 Mon Sep 17 00:00:00 2001 From: Irvin Lin Date: Wed, 27 Mar 2019 18:21:21 +0800 Subject: [PATCH] chore(README): fix grammar (#5395) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c683cd24..473e56ae7b 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Learn more: https://nuxtjs.org/api/nuxt ## Using nuxt.js as a middleware -You might want to use your own server with your configurations, your API and everything awesome your created with. That's why you can use nuxt.js as a middleware. It's recommended to use it at the end of your middleware since it will handle the rendering of your web application and won't call next(). +You might want to use your own server with your configurations, your API and everything awesome you have created with. That's why you can use nuxt.js as a middleware. It's recommended to use it at the end of your middleware since it will handle the rendering of your web application and won't call next(). ```js app.use(nuxt.render)