Update confirm.md (#2443)

Fix typo - repeated "and the"
This commit is contained in:
rafkub 2024-04-25 17:33:28 +01:00 committed by GitHub
parent ce5bb337aa
commit cc9d3f063c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ applications UX.
In this example we will see how to use [sweetalert2](https://sweetalert2.github.io) to implement a custom confirmation dialog. Below are two
examples, one using a click+custom event method, and one using the built-in `hx-confirm` attribute and
the and the [`htmx:confirm`](@/events.md#htmx:confirm) event.
the [`htmx:confirm`](@/events.md#htmx:confirm) event.
## Using on click+custom event