From: Bruno P. Kinoshita Date: Thu, 31 Dec 2020 10:15:57 +0000 (+1300) Subject: chore: typo "depdendency" (#2920) X-Git-Tag: v3.0.6~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee266af42ab8f97011c6736aa82409a35c402e94;p=thirdparty%2Fvuejs%2Fcore.git chore: typo "depdendency" (#2920) --- diff --git a/packages/runtime-core/src/hmr.ts b/packages/runtime-core/src/hmr.ts index e90538647f..d2a109a04b 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 = {} }