Skip to content

Commit fffb067

Browse files
authored
fix: address typo in log message (#853)
1 parent 61e94d5 commit fffb067

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/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export function isDebugNamespaceEnabled(namespace) {
262262
}
263263

264264
export function logSvelte5Warning() {
265-
const notice = `Your are using Svelte ${VERSION}. Svelte 5 support is experimental, breaking changes can occur in any release until this notice is removed.`;
265+
const notice = `You are using Svelte ${VERSION}. Svelte 5 support is experimental, breaking changes can occur in any release until this notice is removed.`;
266266
const wip = [
267267
'svelte-inspector is disabled until dev mode implements node to code mapping',
268268
'hmr for .svelte files is disabled until hmr api is implemented'

0 commit comments

Comments
 (0)