]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#7416)
authorVadim <vadimgerasimenko101@gmail.com>
Sat, 10 Jun 2023 09:10:20 +0000 (12:10 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2023 09:10:20 +0000 (17:10 +0800)
packages/compiler-sfc/src/compileScript.ts

index 6f096ff3e042ac3076a40f9638e2a921f030eab4..2c15b7f496ecaa72a295ef4d3140a45586fb8a79 100644 (file)
@@ -274,7 +274,7 @@ export function compileScript(
   const scriptAst = ctx.scriptAst
   const scriptSetupAst = ctx.scriptSetupAst!
 
-  // 1.1 walk import delcarations of <script>
+  // 1.1 walk import declarations of <script>
   if (scriptAst) {
     for (const node of scriptAst.body) {
       if (node.type === 'ImportDeclaration') {