correct miswording

This commit is contained in:
François Ganachaud 2017-01-10 22:48:23 +01:00 committed by GitHub
parent bfafcb9c1a
commit 1f015f6159

View File

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