From 26eacebd92cc0b8b7065788ea5d29dc2bc3601da Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Tue, 16 May 2023 11:06:30 -0400 Subject: [PATCH] docs: fix grammar --- 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