Skip to content

Commit a587859

Browse files
authored
chore: typo (#8108) [ci skip]
1 parent 94fa67a commit a587859

File tree

1 file changed

+1
-1
lines changed
  • packages/compiler-sfc/src/script

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/script/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function createGetCanonicalFileName(useCaseSensitiveFileNames: boolean) {
101101

102102
const windowsSlashRE = /\\/g
103103
export function normalizePath(p: string) {
104-
// in the browser build, the polyfill doesn't expose posix, but defualts to
104+
// in the browser build, the polyfill doesn't expose posix, but defaults to
105105
// posix behavior.
106106
return (path.posix || path).normalize(p.replace(windowsSlashRE, '/'))
107107
}

0 commit comments

Comments
 (0)