Skip to content

Commit 062a096

Browse files
authored
Merge pull request pallets#4758 from tautv/patch-1
Fix typo in docs/patterns/javascript.rst
2 parents 5b2e9e9 + 22b6296 commit 062a096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/javascript.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It is important to understand the difference between templates and
2828
JavaScript. Templates are rendered on the server, before the response is
2929
sent to the user's browser. JavaScript runs in the user's browser, after
3030
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
31+
JavaScript to affect how the Jinja template is rendered, but it is
3232
possible to render data into the JavaScript that will run.
3333

3434
To provide data to JavaScript when rendering the template, use the

0 commit comments

Comments
 (0)