Explorar o código

chore: typo (#8108) [ci skip]

agoni1212 %!s(int64=3) %!d(string=hai) anos
pai
achega
a58785945d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/compiler-sfc/src/script/utils.ts

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

@@ -101,7 +101,7 @@ export function createGetCanonicalFileName(useCaseSensitiveFileNames: boolean) {
 
 const windowsSlashRE = /\\/g
 export function normalizePath(p: string) {
-  // 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
   // posix behavior.
   return (path.posix || path).normalize(p.replace(windowsSlashRE, '/'))
 }