itty bitty typo

This commit is contained in:
mattc41190 2020-03-24 09:54:32 -05:00 committed by GitHub
parent c47c8c4389
commit 8fc723c7c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Templates
=========
Flask leverages Jinja2 as template engine. You are obviously free to use
Flask leverages Jinja2 as its template engine. You are obviously free to use
a different template engine, but you still have to install Jinja2 to run
Flask itself. This requirement is necessary to enable rich extensions.
An extension can depend on Jinja2 being present.