From b1465046750d7d95a8fddf72768a594fade78ac7 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 10 Jan 2021 17:09:14 -0500 Subject: [PATCH] Reword async provider docs --- docs/providers/async.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/async.rst b/docs/providers/async.rst index 130c0425..44ebe8e4 100644 --- a/docs/providers/async.rst +++ b/docs/providers/async.rst @@ -16,7 +16,7 @@ Providers support asynchronous injections. :emphasize-lines: 26-29 :lines: 3- -If provider has any awaitable injections it turns into async mode. In async mode provider always returns awaitable. +If provider has any awaitable injections it switches into async mode. In async mode provider always returns awaitable. This causes a cascade effect: .. code-block:: bash