Update README.md

This commit is contained in:
Rob Wagner 2023-10-23 22:06:43 -04:00
parent 9737260095
commit 1e5f9088ed
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -53,7 +53,7 @@ type.
## Responders
All of the [htmx response headers](https://htmx.org/reference/#response_headers)
have a supported responder. A responder is a simple type that implements
have a supported responder. A responder is a basic type that implements
`IntoResponseParts`, allowing you to simply and safely apply the HX-* headers to
any of your responses.