We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3bff55 + 5727b25 commit c8f66d6Copy full SHA for c8f66d6
flask_htmx/responses.py
@@ -81,9 +81,9 @@ def make_response(
81
:param trigger: Allows you to trigger client side events. Accepts a string or a dict
82
(:code:`HX-Trigger`).
83
:param trigger_after_settle: Allows you to trigger client side events. Accepts a
84
- string or a dict (:code:`HT-Trigger-After-Settle`).
+ string or a dict (:code:`HX-Trigger-After-Settle`).
85
:param trigger_after_swap: Allows you to trigger client side events. Accepts a
86
- string or a dict (:code:`HT-Trigger-After-Swap`).
+ string or a dict (:code:`HX-Trigger-After-Swap`).
87
:return: A Flask Response with htmx headers.
88
"""
89
if reswap and reswap not in RESWAPS:
0 commit comments