From 73f6187eb5d3024903cea7ca1770aadd330023d4 Mon Sep 17 00:00:00 2001 From: Michito Date: Tue, 23 May 2023 16:42:33 +0200 Subject: [PATCH] Fix a typo in the description of hx-confirm (#1446) Co-authored-by: mic4ael --- www/content/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/reference.md b/www/content/reference.md index 3dfbe4ee..ad31eed3 100644 --- a/www/content/reference.md +++ b/www/content/reference.md @@ -44,7 +44,7 @@ The table below lists all other attributes available in htmx. | Attribute | Description | |----------------------------------------------------|-------------| -| [`hx-confirm`](@/attributes/hx-confirm.md) | shows a `confim()` dialog before issuing a request +| [`hx-confirm`](@/attributes/hx-confirm.md) | shows a `confirm()` dialog before issuing a request | [`hx-delete`](@/attributes/hx-delete.md) | issues a `DELETE` to the specified URL | [`hx-disable`](@/attributes/hx-disable.md) | disables htmx processing for the given node and any children nodes | [`hx-disinherit`](@/attributes/hx-disinherit.md) | control and disable automatic attribute inheritance for child nodes