We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b2e9e9 + 22b6296 commit 062a096Copy full SHA for 062a096
docs/patterns/javascript.rst
@@ -28,7 +28,7 @@ It is important to understand the difference between templates and
28
JavaScript. Templates are rendered on the server, before the response is
29
sent to the user's browser. JavaScript runs in the user's browser, after
30
the template is rendered and sent. Therefore, it is impossible to use
31
-JavaScript to affect how the Jinja template is rendered, but is is
+JavaScript to affect how the Jinja template is rendered, but it is
32
possible to render data into the JavaScript that will run.
33
34
To provide data to JavaScript when rendering the template, use the
0 commit comments