Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 6, 2024
1 parent 6ffee6d commit 0a3b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export function resolveTemplateCompilerOptions(

/**
* Versions before 3.4.3 have issues when the user has passed additional
* tempalte parse options e.g. `isCustomElement`.
* template parse options e.g. `isCustomElement`.
*/
function canReuseAST(version: string | undefined) {
if (version) {
Expand Down

0 comments on commit 0a3b9a5

Please sign in to comment.