chore(docs): update middleware.rst (#1353)

* Update middleware.rst

* changes
This commit is contained in:
Egor 2023-11-14 05:44:04 +05:00 committed by GitHub
parent e76f4c38ad
commit 7b30caed53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
CHANGES/1353.doc.rst Normal file
View file

@ -0,0 +1 @@
Minor typo correction in middleware docs.

View file

@ -53,7 +53,7 @@ Class based session middleware
.. note:: .. note::
this middlewware is already implemented inside aiogram, so, if you want to use it you can this middleware is already implemented inside aiogram, so, if you want to use it you can
just import it :code:`from aiogram.client.session.middlewares.request_logging import RequestLogging` just import it :code:`from aiogram.client.session.middlewares.request_logging import RequestLogging`