Skip to content

Commit 2b27e15

Browse files
committed
chore: fix typo
ref: vitejs/vite-plugin-vue@4a811b0
1 parent fb75070 commit 2b27e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export async function transformMain(
5656
// for vue files, create descriptor from fs read to be consistent with
5757
// logic in handleHotUpdate()
5858
// for non vue files, e.g. md files in vitepress, we assume
59-
// `hmrContext.read` is overwriten so handleHotUpdate() is dealing with
59+
// `hmrContext.read` is overwritten so handleHotUpdate() is dealing with
6060
// post-transform code, so we populate the descriptor with post-transform
6161
// code here as well.
6262
filename.endsWith('.vue') ? undefined : code,

0 commit comments

Comments
 (0)