Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jun 25, 2024
1 parent 06a8c5f commit 0ffc6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wxt/src/builtin-modules/unimport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default defineWxtModule({
wxt.config.userModules.forEach(addModuleImports);
});

// Create unimport instance after READY so any modifications to the config
// inside "ready" are applied.
// Create unimport instance AFTER "ready" so any modifications to the
// config inside "ready" are applied.
wxt.hooks.afterEach((event) => {
if (event.name === 'ready') {
unimport = createUnimport(options);
Expand Down

0 comments on commit 0ffc6ea

Please sign in to comment.