From be2e6b4970146e43217c72115087bf5044878e6d Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Mon, 2 Sep 2024 18:03:43 +1200 Subject: [PATCH] Trivial grammar fixes (#2862) --- www/content/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/content/docs.md b/www/content/docs.md index c67cecdd..ed1fae08 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -55,7 +55,7 @@ custom_classes = "wide-content" htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript. -To understand htmx, first lets take a look at an anchor tag: +To understand htmx, first let's take a look at an anchor tag: ```html Blog @@ -690,7 +690,7 @@ shows how to use [sweetalert2](https://sweetalert2.github.io/) library for confi #### Confirming Requests Using Events -Another option to do confirmation with is via the [`htmx:confirm` event](@/events.md#htmx:confirm) event. This event +Another option to do confirmation with is via the [`htmx:confirm` event](@/events.md#htmx:confirm). This event is fired on *every* trigger for a request (not just on elements that have a `hx-confirm` attribute) and can be used to implement asynchronous confirmation of the request.