Skip to content

Commit c8f66d6

Browse files
authored
Merge pull request #34 from stfnx/patch-2
Fix another small typo
2 parents a3bff55 + 5727b25 commit c8f66d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flask_htmx/responses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ def make_response(
8181
:param trigger: Allows you to trigger client side events. Accepts a string or a dict
8282
(:code:`HX-Trigger`).
8383
:param trigger_after_settle: Allows you to trigger client side events. Accepts a
84-
string or a dict (:code:`HT-Trigger-After-Settle`).
84+
string or a dict (:code:`HX-Trigger-After-Settle`).
8585
:param trigger_after_swap: Allows you to trigger client side events. Accepts a
86-
string or a dict (:code:`HT-Trigger-After-Swap`).
86+
string or a dict (:code:`HX-Trigger-After-Swap`).
8787
:return: A Flask Response with htmx headers.
8888
"""
8989
if reswap and reswap not in RESWAPS:

0 commit comments

Comments
 (0)