]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo (mistranslation) in `docs/en/docs/advanced/templates.md` (#3211)
authorAbraham Hinteregger <oerpli@hotmail.com>
Thu, 7 Oct 2021 13:00:33 +0000 (15:00 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 13:00:33 +0000 (13:00 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/advanced/templates.md

index 45e6a20fc54b3af3ab11b8788e0d094b39bd4f8b..38618aeeb09cd51c5ca9e8f6bc5ac9af24b22dee 100644 (file)
@@ -2,7 +2,7 @@
 
 You can use any template engine you want with **FastAPI**.
 
-A common election is Jinja2, the same one used by Flask and other tools.
+A common choice is Jinja2, the same one used by Flask and other tools.
 
 There are utilities to configure it easily that you can use directly in your **FastAPI** application (provided by Starlette).