From 75e92090ee43642ad0608edc8bc5d4dc5e84dec8 Mon Sep 17 00:00:00 2001 From: TehBrian <32250137+TehBrian@users.noreply.github.com> Date: Tue, 4 Oct 2022 21:12:13 -0400 Subject: [PATCH] fix typo in quickstart --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 02dbc978..f92bd241 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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`_.