Explorar el Código

chore: typo "depdendency" (#2920)

Bruno P. Kinoshita hace 5 años
padre
commit
ee266af42a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/runtime-core/src/hmr.ts

+ 1 - 1
packages/runtime-core/src/hmr.ts

@@ -72,7 +72,7 @@ function createRecord(
     warn(
     warn(
       `HMR API usage is out of date.\n` +
       `HMR API usage is out of date.\n` +
         `Please upgrade vue-loader/vite/rollup-plugin-vue or other relevant ` +
         `Please upgrade vue-loader/vite/rollup-plugin-vue or other relevant ` +
-        `depdendency that handles Vue SFC compilation.`
+        `dependency that handles Vue SFC compilation.`
     )
     )
     component = {}
     component = {}
   }
   }