Merge pull request #649 from Jonathan-Adly/patch-1

Fixed a typo in hx-prompt docs
This commit is contained in:
1cg 2021-11-12 15:16:01 -07:00 committed by GitHub
commit 892cd2940b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ title: </> htmx - hx-prompt
## `hx-prompt`
The `hx-prompt` attribute allows you to show a prompt before issuing a request. The value of
the prompt will be included in the requst in the `HX-Prompt` header.
the prompt will be included in the request in the `HX-Prompt` header.
Here is an example: