From c3562666d233695e672856d9c1735af07cbd49d8 Mon Sep 17 00:00:00 2001 From: Jake Tanis <65047028+jaketanis@users.noreply.github.com> Date: Mon, 25 May 2026 10:59:58 -0500 Subject: [PATCH] updated 'a' to 'an' before 'SQL' Since 'SQL' makes an 'es' sound, it should be 'an' instead of 'a'. --- docs/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.rst b/docs/design.rst index d3778b44..aada2c0b 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -215,7 +215,7 @@ Everything else is up for extensions. Why is this the case? Because people have different preferences and requirements and Flask could not meet those if it would force any of this into the core. The majority of web applications will need a template -engine in some sort. However not every application needs a SQL database. +engine in some sort. However not every application needs an SQL database. As your codebase grows, you are free to make the design decisions appropriate for your project. Flask will continue to provide a very simple glue layer to