Skip to content

Commit a3bff55

Browse files
authored
Merge pull request #33 from stfnx/patch-1
Fix small typo
2 parents 712eb88 + 93855a7 commit a3bff55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_htmx/htmx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __bool__(self) -> bool:
7171
def target(self) -> Optional[str]:
7272
"""The ID of the target element if it exists, or :py:obj:`None`.
7373
74-
Based on the :code:`HX-Target header`.
74+
Based on the :code:`HX-Target` header.
7575
"""
7676
return request.headers.get("HX-Target")
7777

0 commit comments

Comments
 (0)