Skip to content

Commit

Permalink
Fix typo in flask tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jul 30, 2020
1 parent 929e7c1 commit a098734
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/tutorials/flask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Flask tutorial
==============

This tutorials shows how to build ``Flask`` application following dependency injection principle.
This tutorials shows how to build ``Flask`` application following the dependency injection
principle.

Start from the scratch or jump to the section:

Expand Down Expand Up @@ -1075,7 +1076,7 @@ You should see:
.. note::

Take a look on the highlights in the ``tests.py``.
Take a look at the highlights in the ``tests.py``.

It emphasizes the overriding of the ``Github`` API client.

Expand All @@ -1084,7 +1085,7 @@ Conclusion

We are done.

It this tutorial we've build ``Flask`` application following dependency injection principle.
In this tutorial we've build ``Flask`` application following the dependency injection principle.
We've used ``Dependency Injector`` as a dependency injection framework.

The main part of this application is the container. It keeps all the application components and
Expand Down

0 comments on commit a098734

Please sign in to comment.