From aa56b70dc8c1d50908024660030453894fbc7f2d Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Mon, 9 Dec 2024 03:54:30 -0500 Subject: [PATCH] docs: fix grammar (#709) --- docs/providers/singleton.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/singleton.rst b/docs/providers/singleton.rst index c0f2cc5d..5c2d517f 100644 --- a/docs/providers/singleton.rst +++ b/docs/providers/singleton.rst @@ -24,7 +24,7 @@ returns it on the rest of the calls. .. note:: - ``Singleton`` provider makes dependencies injection only when creates an object. When an object + ``Singleton`` provider makes dependencies injection only when it creates an object. When an object is created and memorized ``Singleton`` provider just returns it without applying injections. Specialization of the provided type and abstract singletons work the same like like for the