From 5847fbf393d50da6b4c6c78ccb5e0bd480a60822 Mon Sep 17 00:00:00 2001 From: Sam Furr Date: Tue, 18 Jun 2024 13:22:35 -0400 Subject: [PATCH] Fix: 2594 docs update (#2605) * remove unnecessary escaping of double quotes * add json-like syntax correction --- www/content/attributes/hx-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/attributes/hx-request.md b/www/content/attributes/hx-request.md index 4fa0a4d8..5d903e7d 100644 --- a/www/content/attributes/hx-request.md +++ b/www/content/attributes/hx-request.md @@ -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 -
+
...
```