Fix various small spelling errors.

This commit is contained in:
A Brooks 2019-05-14 15:08:00 -05:00 committed by David Lord
parent 04caad0257
commit 651692c1a1
9 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@ Extensions
Extensions are extra packages that add functionality to a Flask
application. For example, an extension might add support for sending
email or connecting to a database. Some extensions add entire new
frameworks to help build certain types of applications, like a ReST API.
frameworks to help build certain types of applications, like a REST API.
Finding Extensions