From 22b6296830113827810d4e89c634f8153020f097 Mon Sep 17 00:00:00 2001 From: tautv <60752171+tautv@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:45:02 +0100 Subject: [PATCH] Update javascript.rst Spelling --- docs/patterns/javascript.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/javascript.rst b/docs/patterns/javascript.rst index dd3bcb9b..4b1d7e0f 100644 --- a/docs/patterns/javascript.rst +++ b/docs/patterns/javascript.rst @@ -28,7 +28,7 @@ It is important to understand the difference between templates and JavaScript. Templates are rendered on the server, before the response is sent to the user's browser. JavaScript runs in the user's browser, after the template is rendered and sent. Therefore, it is impossible to use -JavaScript to affect how the Jinja template is rendered, but is is +JavaScript to affect how the Jinja template is rendered, but it is possible to render data into the JavaScript that will run. To provide data to JavaScript when rendering the template, use the