From cf7566f93b44165ec60d77180e5af9e2080d69dd Mon Sep 17 00:00:00 2001 From: Hank Andre Date: Wed, 1 Feb 2017 11:25:17 -0600 Subject: [PATCH] Fixed some grammatical errors in README.md Just updated updated "found" to "find." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95355dc4e4..3bccddeef5 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Learn more: https://nuxtjs.org/api/nuxt-render ## Render a specific route -This is mostly used for `nuxt generate` and tests purposes but you might found another utility! +This is mostly used for `nuxt generate` and test purposes but you might find another utility! ```js nuxt.renderRoute('/about', context)