Skip to content

Commit 23c8169

Browse files
authored
chore: fix typo (#7416)
1 parent e78c223 commit 23c8169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/compileScript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export function compileScript(
274274
const scriptAst = ctx.scriptAst
275275
const scriptSetupAst = ctx.scriptSetupAst!
276276

277-
// 1.1 walk import delcarations of <script>
277+
// 1.1 walk import declarations of <script>
278278
if (scriptAst) {
279279
for (const node of scriptAst.body) {
280280
if (node.type === 'ImportDeclaration') {

0 commit comments

Comments
 (0)