Fix: 2594 docs update (#2605)

* remove unnecessary escaping of double quotes

* add json-like syntax correction
This commit is contained in:
Sam Furr 2024-06-18 13:22:35 -04:00 committed by GitHub
parent a328cab53a
commit 5847fbf393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ The `hx-request` attribute allows you to configure various aspects of the reques
These attributes are set using a JSON-like syntax:
```html
<div ... hx-request='\"timeout\":100'>
<div ... hx-request='{"timeout":100}'>
...
</div>
```