From 3eb1340b7b37ecd6814c3e2c5ccba6370f02581f Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Mon, 6 Jan 2025 10:42:58 +0000 Subject: [PATCH] docs: add missing namespace Co-authored-by: Joe Davidson --- 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 dab0a601..bcd66d6f 100644 --- a/docs/docs/03-syntax-and-usage/12-script-templates.md +++ b/docs/docs/03-syntax-and-usage/12-script-templates.md @@ -55,7 +55,7 @@ HTML element `on*` attributes pass an event object to the function. To pass the event.preventDefault(); } - + ``` The output would be: