From ee266af42ab8f97011c6736aa82409a35c402e94 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 31 Dec 2020 23:15:57 +1300 Subject: [PATCH] chore: typo "depdendency" (#2920) --- packages/runtime-core/src/hmr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/src/hmr.ts b/packages/runtime-core/src/hmr.ts index e90538647..d2a109a04 100644 --- a/packages/runtime-core/src/hmr.ts +++ b/packages/runtime-core/src/hmr.ts @@ -72,7 +72,7 @@ function createRecord( warn( `HMR API usage is out of date.\n` + `Please upgrade vue-loader/vite/rollup-plugin-vue or other relevant ` + - `depdendency that handles Vue SFC compilation.` + `dependency that handles Vue SFC compilation.` ) component = {} }