Merge pull request #118 from couac/patch-1

correct miswording
This commit is contained in:
Sébastien Chopin 2017-01-11 00:59:47 +01:00 committed by GitHub
commit 3d083afc3d

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