From 5d41a6b7422e5cc99990c190243a894d94b41b54 Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Thu, 1 Aug 2024 19:47:23 +0100 Subject: [PATCH] docs: fix error in variable name --- docs/docs/03-syntax-and-usage/12-script-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/03-syntax-and-usage/12-script-templates.md b/docs/docs/03-syntax-and-usage/12-script-templates.md index c9c25b895..28ffe7757 100644 --- a/docs/docs/03-syntax-and-usage/12-script-templates.md +++ b/docs/docs/03-syntax-and-usage/12-script-templates.md @@ -155,7 +155,7 @@ Pass data from the server to the client by embedding it in the HTML as a JSON ob ```templ title="input.templ" templ body(data any) { - + } ```