Skip to content

Commit 0a3b9a5

Browse files
committed
chore: fix typo
1 parent 6ffee6d commit 0a3b9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/template.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export function resolveTemplateCompilerOptions(
211211

212212
/**
213213
* Versions before 3.4.3 have issues when the user has passed additional
214-
* tempalte parse options e.g. `isCustomElement`.
214+
* template parse options e.g. `isCustomElement`.
215215
*/
216216
function canReuseAST(version: string | undefined) {
217217
if (version) {

0 commit comments

Comments
 (0)