From e6ec545c021c41036ad878ba4e69cc8e8e997cf8 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 7 Aug 2020 23:34:03 -0400 Subject: [PATCH] Fix multiple typos in the ``flask`` and ``aiohttp`` tutorials --- docs/tutorials/aiohttp.rst | 2 +- docs/tutorials/flask.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/aiohttp.rst b/docs/tutorials/aiohttp.rst index c2e45bdf..96d67070 100644 --- a/docs/tutorials/aiohttp.rst +++ b/docs/tutorials/aiohttp.rst @@ -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: diff --git a/docs/tutorials/flask.rst b/docs/tutorials/flask.rst index 21d78dc9..e72bfec2 100644 --- a/docs/tutorials/flask.rst +++ b/docs/tutorials/flask.rst @@ -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: