From 1f015f61599b638e07e55f2b4ab286fb59385418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Ganachaud?= Date: Tue, 10 Jan 2017 22:48:23 +0100 Subject: [PATCH] correct miswording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55600d23dd..585950a724 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ nuxt.build() // You can use nuxt.render(req, res) or nuxt.renderRoute(route, context) }) .catch((e) => { - // An error appended during the build + // An error happened during the build }) ```