Skip to content

Commit

Permalink
fix: fix typo in logger warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
GeniusCorn committed Apr 27, 2024
1 parent 181f70b commit aade434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Expand Up @@ -746,7 +746,7 @@ export default defineNuxtModule<ModuleOptions>({
logger.warn([
'Using `<NuxtLayout>` inside `app.vue` will cause unwanted layout shifting in your application.',
'Consider removing `<NuxtLayout>` from `app.vue` and using it in your pages.'
].join(''))
].join(' '))
}
}
})
Expand Down

0 comments on commit aade434

Please sign in to comment.