Skip to content

Commit 5847fbf

Browse files
authored
Fix: 2594 docs update (bigskysoftware#2605)
* remove unnecessary escaping of double quotes * add json-like syntax correction
1 parent a328cab commit 5847fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/attributes/hx-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `hx-request` attribute allows you to configure various aspects of the reques
1111
These attributes are set using a JSON-like syntax:
1212

1313
```html
14-
<div ... hx-request='\"timeout\":100'>
14+
<div ... hx-request='{"timeout":100}'>
1515
...
1616
</div>
1717
```

0 commit comments

Comments
 (0)