Skip to content

Commit 413dc0c

Browse files
chore: debug declaration typo (#630)
1 parent f79ebe6 commit 413dc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/context.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const debug = {
1515
components: Debug('unplugin-vue-components:context:components'),
1616
search: Debug('unplugin-vue-components:context:search'),
1717
hmr: Debug('unplugin-vue-components:context:hmr'),
18-
decleration: Debug('unplugin-vue-components:decleration'),
18+
declaration: Debug('unplugin-vue-components:declaration'),
1919
env: Debug('unplugin-vue-components:env'),
2020
}
2121

@@ -282,7 +282,7 @@ export class Context {
282282
if (!this.options.dts)
283283
return
284284

285-
debug.decleration('generating')
285+
debug.declaration('generating')
286286
return writeDeclaration(this, this.options.dts, removeUnused)
287287
}
288288

0 commit comments

Comments
 (0)