]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#7680) 6919/head 7626/head
author丶远方 <yangpanteng@gmail.com>
Sat, 11 Feb 2023 16:55:21 +0000 (00:55 +0800)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2023 16:55:21 +0000 (17:55 +0100)
packages/reactivity-transform/src/reactivityTransform.ts

index 692426bf70be4d8449db77665370aa4f643a5b6c..4223df527fc1f1905215a57a570cf6ef695ed093 100644 (file)
@@ -719,7 +719,7 @@ export function transformAST(
             while (i--) {
               const char = s.original.charAt(i)
               if (char === '\n') {
-                // only insert semi if it's actually the fisrt thign after
+                // only insert semi if it's actually the first thing after
                 // newline
                 s.prependRight(node.start! + offset, ';')
                 break