]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Fix a typo in templates documentation (minor) (#1484)
authorDavid Larlet <3556+davidbgk@users.noreply.github.com>
Wed, 9 Feb 2022 09:02:30 +0000 (04:02 -0500)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 09:02:30 +0000 (09:02 +0000)
docs/templates.md

index c449a14e5571211640d56614f3de4a4b43263798..8f2714fe2469dc02dc3db46b7e9219c6630f127b 100644 (file)
@@ -67,7 +67,7 @@ def test_homepage():
 ## Customizing Jinja2 Environment
 
 `Jinja2Templates` accepts all options supported by Jinja2 `Environment`.
-This will allow more control over the `Enivornment` instance created by Starlette.
+This will allow more control over the `Environment` instance created by Starlette.
 
 For the list of options available to `Environment` you can check Jinja2 documentation [here](https://jinja.palletsprojects.com/en/3.0.x/api/#jinja2.Environment)