mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00
Fix a typo in the description of hx-confirm (#1446)
Co-authored-by: mic4ael <email>
This commit is contained in:
parent
b66e133fad
commit
73f6187eb5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user