mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +00:00
Fix: 2594 docs update (#2605)
* remove unnecessary escaping of double quotes * add json-like syntax correction
This commit is contained in:
parent
a328cab53a
commit
5847fbf393
@ -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>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user