updated 'a' to 'an' before 'SQL'

Since 'SQL' makes an 'es' sound, it should be 'an' instead of 'a'.
This commit is contained in:
Jake Tanis 2026-05-25 10:59:58 -05:00 committed by GitHub
parent 1d49747264
commit c3562666d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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