diff --git a/flask_htmx/htmx.py b/flask_htmx/htmx.py index 84e3836..882e9b1 100644 --- a/flask_htmx/htmx.py +++ b/flask_htmx/htmx.py @@ -71,7 +71,7 @@ def __bool__(self) -> bool: def target(self) -> Optional[str]: """The ID of the target element if it exists, or :py:obj:`None`. - Based on the :code:`HX-Target header`. + Based on the :code:`HX-Target` header. """ return request.headers.get("HX-Target")