From e52f86530bea2230fc1611aa75d4d84f3bd26a97 Mon Sep 17 00:00:00 2001 From: Pavel Dedik Date: Sun, 9 Jun 2024 09:53:50 +0200 Subject: [PATCH] fix(attrs): Typo in htmx attributes --- ludic/attrs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ludic/attrs.py b/ludic/attrs.py index 2237f4b..297a61c 100644 --- a/ludic/attrs.py +++ b/ludic/attrs.py @@ -83,7 +83,7 @@ class HtmxAttrs(Attrs, total=False): hx_history_elt: Annotated[str, Alias("hx-history-elt")] hx_ext: Annotated[str, Alias("hx-ext")] hx_disable: Annotated[bool, Alias("hx-disable")] - hx_disabled_ext: Annotated[str, Alias("hx-disabled-ext")] + hx_disabled_elt: Annotated[str, Alias("hx-disabled-elt")] hx_disinherit: Annotated[str, Alias("hx-disinherit")] hx_encoding: Annotated[str, Alias("hx-encoding")] hx_headers: Annotated[str, Alias("hx-headers")]