Merge pull request #4835 from TehBrian/2.2.x

fix typo in quickstart
This commit is contained in:
David Lord 2022-10-04 20:09:06 -07:00 committed by GitHub
commit 3dc6db9d0c
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`_.