]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in codegen (#92)
authorzrh122 <46116414+zrh122@users.noreply.github.com>
Sat, 5 Oct 2019 14:29:50 +0000 (22:29 +0800)
committerEvan You <yyx990803@gmail.com>
Sat, 5 Oct 2019 14:29:50 +0000 (10:29 -0400)
packages/compiler-core/src/codegen.ts

index 8337c3a58c8287b5313b516487924dfb0b2363a3..e1befb9e1081244e982707e977cf58420caa3a73 100644 (file)
@@ -180,7 +180,7 @@ export function generate(
   if (mode === 'function') {
     // Generate const declaration for helpers
     // In prefix mode, we place the const declaration at top so it's done
-    // only once; But if we not prefixing, we place the decalration inside the
+    // only once; But if we not prefixing, we place the declaration inside the
     // with block so it doesn't incur the `in` check cost for every helper access.
     if (hasImports) {
       if (prefixIdentifiers) {