Skip to content

Commit 76a94d4

Browse files
authored
fix typo (#939)
1 parent 43a4978 commit 76a94d4

File tree

1 file changed

+1
-1
lines changed
  • packages/vite-plugin-svelte/src/utils

1 file changed

+1
-1
lines changed

packages/vite-plugin-svelte/src/utils/watch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function setupWatchers(options, cache, requestParser) {
2222
dependants.forEach((dependant) => {
2323
if (fs.existsSync(dependant)) {
2424
log.debug(
25-
`emitting virtual change event for "${dependant}" because depdendency "${filename}" changed`,
25+
`emitting virtual change event for "${dependant}" because dependency "${filename}" changed`,
2626
undefined,
2727
'hmr'
2828
);

0 commit comments

Comments
 (0)