From 089a64d389aafae87b8d26bc56c347a786afbae2 Mon Sep 17 00:00:00 2001 From: Daniel Engbert Date: Fri, 28 Aug 2026 13:31:03 -0400 Subject: [PATCH] fix typo in 2026-08-28-htmx-4.0.0-is-released.md --- .../content/announcements/2026-08-28-htmx-4.0.0-is-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/content/announcements/2026-08-28-htmx-4.0.0-is-released.md b/www/src/content/announcements/2026-08-28-htmx-4.0.0-is-released.md index 2306a7624..d37017cfc 100644 --- a/www/src/content/announcements/2026-08-28-htmx-4.0.0-is-released.md +++ b/www/src/content/announcements/2026-08-28-htmx-4.0.0-is-released.md @@ -44,7 +44,7 @@ Internally, we migrated from `XMLHttpRequest` to `fetch()` but that should be tr #### Attribute Inheritance -In htmx 2 many attributes where "inherited" by default. This allows you to place attributes on parent elements and +In htmx 2 many attributes were "inherited" by default. This allows you to place attributes on parent elements and their behavior will apply to child elements. This behavior, which came from the [intercooler.js](https://intercoolerjs.org) days, was inspired by CSS and, unsurprisingly, worked out about the same as CSS: powerful but difficult to understand at times.