From: Abraham Hinteregger Date: Thu, 7 Oct 2021 13:00:33 +0000 (+0200) Subject: ✏ Fix typo (mistranslation) in `docs/en/docs/advanced/templates.md` (#3211) X-Git-Tag: 0.69.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b69781b161509d51095faa98ddd3bc6c78613eb7;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo (mistranslation) in `docs/en/docs/advanced/templates.md` (#3211) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/advanced/templates.md b/docs/en/docs/advanced/templates.md index 45e6a20fc5..38618aeeb0 100644 --- a/docs/en/docs/advanced/templates.md +++ b/docs/en/docs/advanced/templates.md @@ -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).