Skip to content

Commit

Permalink
chore: typo "depdendency" (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow authored Dec 31, 2020
1 parent a2e65ef commit ee266af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/hmr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
}
Expand Down

0 comments on commit ee266af

Please sign in to comment.