From becd6522ddeff8c06d70b6c07b44a9c047fa86b3 Mon Sep 17 00:00:00 2001 From: Giuseppe Piscopo Date: Tue, 14 Apr 2026 10:44:20 +0200 Subject: [PATCH] Fix typo in event oriented text --- www/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.njk b/www/index.njk index 22778bee..46a089f6 100644 --- a/www/index.njk +++ b/www/index.njk @@ -136,7 +136,7 @@ title: ///_hyperscript

Event Oriented

In hyperscript, events are first class citizens. Respond to events easily. Send events between elements, - filter them with conditions, queue abd debounce them.

+ filter them with conditions, queue and debounce them.

Hyperscript ❤️ events!

{% highlight "html" %}