chore: comments grammar
This commit is contained in:
parent
b5209277de
commit
e3b14f5904
@ -51,7 +51,7 @@ export const transformModel: DirectiveTransform = (dir, node, context) => {
|
|||||||
}
|
}
|
||||||
// inject runtime directive
|
// inject runtime directive
|
||||||
// by returning the helper symbol via needRuntime
|
// 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)
|
res.needRuntime = context.helper(directiveToUse)
|
||||||
} else {
|
} else {
|
||||||
context.onError(
|
context.onError(
|
||||||
|
Loading…
Reference in New Issue
Block a user