From ce5bb337aa6bfa7968941f0ef4ac6748b7c09cd0 Mon Sep 17 00:00:00 2001 From: rafkub <86857272+rafkub@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:33:14 +0100 Subject: [PATCH] Update hx-indicator.md (#2444) Fix typo: "add this the" -> "add this to the" --- www/content/attributes/hx-indicator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/attributes/hx-indicator.md b/www/content/attributes/hx-indicator.md index 42b180e5..9f80813e 100644 --- a/www/content/attributes/hx-indicator.md +++ b/www/content/attributes/hx-indicator.md @@ -81,7 +81,7 @@ This simulates what a spinner might look like in that situation: * `hx-indicator` is inherited and can be placed on a parent element * In the absence of an explicit indicator, the `htmx-request` class will be added to the element triggering the request -* If you want to use your own CSS but still use `htmx-indicator` as class name, then you need to disable `includeIndicatorStyles`. See [Configuring htmx](@/docs.md#config). The easiest way is to add this the `
` of your HTML: +* If you want to use your own CSS but still use `htmx-indicator` as class name, then you need to disable `includeIndicatorStyles`. See [Configuring htmx](@/docs.md#config). The easiest way is to add this to the `` of your HTML: ```html ```