Skip to content

Commit 764fe7b

Browse files
fix: typo
1 parent 744b45f commit 764fe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = class ModuleContainer {
7575
const { dst, src } = this.addTemplate(template)
7676
const srcPath = path.parse(src)
7777

78-
// Add to nuxt layouys
78+
// Add to nuxt layouts
7979
this.options.layouts[name || srcPath.name] = `./${dst}`
8080
}
8181

0 commit comments

Comments
 (0)