]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: comments grammar
authorEvan You <yyx990803@gmail.com>
Tue, 15 Oct 2019 16:02:12 +0000 (12:02 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 15 Oct 2019 16:02:12 +0000 (12:02 -0400)
packages/compiler-dom/src/transforms/vModel.ts

index 31835e9167122c60e1194e4532210ffe46189c81..9212e2d05e7eda38877dc513d66e657b2605021e 100644 (file)
@@ -51,7 +51,7 @@ export const transformModel: DirectiveTransform = (dir, node, context) => {
       }
       // inject runtime directive
       // by returning the helper symbol via needRuntime
-      // the import will replaced a resovleDirective call.
+      // the import will replace the resovleDirective call.
       res.needRuntime = context.helper(directiveToUse)
     } else {
       context.onError(