We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbea670 commit 4f5b812Copy full SHA for 4f5b812
service_container/injection_types.rst
@@ -103,8 +103,8 @@ then extending it and overriding the constructor becomes problematic.
103
Immutable-setter Injection
104
--------------------------
105
106
-Another possible injection in to use a method which return a separate instance
107
-by cloning the original service, this approach allow you to make a service immutable::
+Another possible injection is to use a method which returns a separate instance
+by cloning the original service, this approach allows you to make a service immutable::
108
109
// ...
110
0 commit comments