fix: typo

This commit is contained in:
Ricardo Gobbo de Souza 2018-02-14 17:31:11 -02:00
parent 744b45f1ee
commit 764fe7b8f1
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ module.exports = class ModuleContainer {
const { dst, src } = this.addTemplate(template)
const srcPath = path.parse(src)
// Add to nuxt layouys
// Add to nuxt layouts
this.options.layouts[name || srcPath.name] = `./${dst}`
}