From 0731aaef0401157e2575aa29569d3c135f8b115e Mon Sep 17 00:00:00 2001 From: haidousm Date: Sat, 30 Dec 2023 22:32:38 -0800 Subject: [PATCH] typo: dahs -> dash --- www/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/docs.md b/www/content/docs.md index a632f16c8..30620d4ba 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -1288,7 +1288,7 @@ If we wanted to respond to the `click` event using an `hx-on` attribute, we woul ``` -So, the string `hx-on`, followed by a colon (or a dahs), then by the name of the event. +So, the string `hx-on`, followed by a colon (or a dash), then by the name of the event. For a `click` event, of course, we would recommend sticking with the standard `onclick` attribute. However, consider an htmx-powered button that wishes to add a parameter to a request using the `htmx:config-request` event. This would not