Skip to content

Commit becd652

Browse files
Fix typo in event oriented text
1 parent edef6ba commit becd652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ title: ///_hyperscript
136136
<div class="feature">
137137
<h2>Event Oriented</h2>
138138
<p>In hyperscript, events are first class citizens. Respond to events easily. Send events between elements,
139-
filter them with conditions, queue abd debounce them.</p>
139+
filter them with conditions, queue and debounce them.</p>
140140
<p>Hyperscript &#x2764;&#xFE0F; events!</p>
141141
{% highlight "html" %}
142142
<button _="on click send hello to <form/>">

0 commit comments

Comments
 (0)