fix typo in quickstart

This commit is contained in:
TehBrian 2022-10-04 21:12:13 -04:00 committed by GitHub
parent 7c01fbcd06
commit 75e92090ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,7 +359,7 @@ the application secure. Because of that Flask configures the `Jinja2
Templates can be used to generate any type of text file. For web applications, you'll
primarily be generating HTML pages, but you can also generate markdown, plain text for
emails, any anything else.
emails, and anything else.
For a reference to HTML, CSS, and other web APIs, use the `MDN Web Docs`_.