chore: comments grammar

This commit is contained in:
Evan You 2019-10-15 12:02:12 -04:00
parent b5209277de
commit e3b14f5904

View 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(