Fix a typo in the description of hx-confirm (#1446)

Co-authored-by: mic4ael <email>
This commit is contained in:
Michito 2023-05-23 16:42:33 +02:00 committed by GitHub
parent b66e133fad
commit 73f6187eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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