Skip to content

Commit

Permalink
typo fix (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Nov 8, 2022
1 parent 236bc23 commit a933250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt-windicss/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export default defineNuxtModule<ModuleOptions>({
utils,
}, options.analyze)
.then((server: any) => {
const message = `WindCSS Analysis: ${server.url}`
const message = `WindiCSS Analysis: ${server.url}`
if (isNuxt3(nuxt)) {
logger.info(message)
}
Expand Down

0 comments on commit a933250

Please sign in to comment.