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 }) ```