Fix multiple typos in the `flask and aiohttp` tutorials

This commit is contained in:
Roman Mogylatov 2020-08-07 23:34:03 -04:00
parent 4171f9743d
commit e6ec545c02
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Aiohttp tutorial
.. _aiohttp-tutorial:
This tutorials shows how to build an ``aiohttp`` REST API application following the dependency
This tutorial shows how to build an ``aiohttp`` REST API application following the dependency
injection principle.
Start from the scratch or jump to the section:

View File

@ -3,7 +3,7 @@
Flask tutorial
==============
This tutorials shows how to build ``Flask`` application following the dependency injection
This tutorial shows how to build ``Flask`` application following the dependency injection
principle.
Start from the scratch or jump to the section: