Skip to content

Commit 4a811b0

Browse files
authored
chore: fix typo (#464)
1 parent de88394 commit 4a811b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function transformMain(
5050
// for vue files, create descriptor from fs read to be consistent with
5151
// logic in handleHotUpdate()
5252
// for non vue files, e.g. md files in vitepress, we assume
53-
// `hmrContext.read` is overwriten so handleHotUpdate() is dealing with
53+
// `hmrContext.read` is overwritten so handleHotUpdate() is dealing with
5454
// post-transform code, so we populate the descriptor with post-transform
5555
// code here as well.
5656
filename.endsWith('.vue') ? undefined : code,

0 commit comments

Comments
 (0)