Skip to content

Commit

Permalink
fix(attrs): Typo in htmx attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik committed Jun 9, 2024
1 parent d920809 commit e52f865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludic/attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit e52f865

Please sign in to comment.