We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adeeb31 + becd652 commit 3f862d7Copy full SHA for 3f862d7
1 file changed
www/index.njk
@@ -136,7 +136,7 @@ title: ///_hyperscript
136
<div class="feature">
137
<h2>Event Oriented</h2>
138
<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>
+ filter them with conditions, queue and debounce them.</p>
140
<p>Hyperscript ❤️ events!</p>
141
{% highlight "html" %}
142
<button _="on click send hello to <form/>">
0 commit comments