chore: fix docs typo in vOn.ts (#86)
This commit is contained in:
parent
21666243e9
commit
ca70aff860
@ -35,7 +35,7 @@ export const transformOn: DirectiveTransform = (dir, context) => {
|
||||
eventName = createCompoundExpression([`"on" + (`, arg, `)`])
|
||||
}
|
||||
} else {
|
||||
// already a compound epxression.
|
||||
// already a compound expression.
|
||||
eventName = arg
|
||||
eventName.children.unshift(`"on" + (`)
|
||||
eventName.children.push(`)`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user