Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
san650 committed Apr 19, 2016
1 parent dcb8a14 commit 36713f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual-hyperscript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you call `h` with `h('div', { ev-click: function (ev) { } })` it
set a property `'ev-foo'` on the DOM element.

This means that `dom-delegator` will recognise the event handler
on that element and correctly call your handler when an a click
on that element and correctly call your handler when a click
event happens.

## Installation
Expand Down

0 comments on commit 36713f3

Please sign in to comment.