We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fa67a commit a587859Copy full SHA for a587859
packages/compiler-sfc/src/script/utils.ts
@@ -101,7 +101,7 @@ export function createGetCanonicalFileName(useCaseSensitiveFileNames: boolean) {
101
102
const windowsSlashRE = /\\/g
103
export function normalizePath(p: string) {
104
- // in the browser build, the polyfill doesn't expose posix, but defualts to
+ // in the browser build, the polyfill doesn't expose posix, but defaults to
105
// posix behavior.
106
return (path.posix || path).normalize(p.replace(windowsSlashRE, '/'))
107
}
0 commit comments