]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#409)
authorlikui <2218301630@qq.com>
Tue, 29 Oct 2019 17:51:48 +0000 (01:51 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 29 Oct 2019 17:51:48 +0000 (13:51 -0400)
packages/compiler-core/src/transforms/vOn.ts

index 2e5b3b9c0be07bd3f04a2a04fceadd301ec1627a..ae56e0b9825ebd7a72e44d0b9cbd7db3d6da75d5 100644 (file)
@@ -109,7 +109,7 @@ export const transformOn: DirectiveTransform = (
 
   if (isCacheable) {
     // cache handlers so that it's always the same handler being passed down.
-    // this avoids unnecessary re-renders when users use inline hanlders on
+    // this avoids unnecessary re-renders when users use inline handlers on
     // components.
     ret.props[0].value = context.cache(ret.props[0].value)
   }