Skip to content

Commit

Permalink
chore: debug declaration typo (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed May 5, 2023
1 parent f79ebe6 commit 413dc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const debug = {
components: Debug('unplugin-vue-components:context:components'),
search: Debug('unplugin-vue-components:context:search'),
hmr: Debug('unplugin-vue-components:context:hmr'),
decleration: Debug('unplugin-vue-components:decleration'),
declaration: Debug('unplugin-vue-components:declaration'),
env: Debug('unplugin-vue-components:env'),
}

Expand Down Expand Up @@ -282,7 +282,7 @@ export class Context {
if (!this.options.dts)
return

debug.decleration('generating')
debug.declaration('generating')
return writeDeclaration(this, this.options.dts, removeUnused)
}

Expand Down

0 comments on commit 413dc0c

Please sign in to comment.