]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo "depdendency" (#2920)
authorBruno P. Kinoshita <kinow@users.noreply.github.com>
Thu, 31 Dec 2020 10:15:57 +0000 (23:15 +1300)
committerGitHub <noreply@github.com>
Thu, 31 Dec 2020 10:15:57 +0000 (11:15 +0100)
packages/runtime-core/src/hmr.ts

index e90538647f285c11c5abf7f576f5f94d85744ed2..d2a109a04b5cc8cb51a513a2d171288a07a289c0 100644 (file)
@@ -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 = {}
   }