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 36cbc13 commit 5ee11f9Copy full SHA for 5ee11f9
service_container/lazy_services.rst
@@ -78,7 +78,7 @@ You can mark the service as ``lazy`` by manipulating its definition:
78
79
Once you inject the service into another service, a virtual `proxy`_ with the
80
same signature of the class representing the service should be injected. The
81
-same happends when calling ``Container::get()`` directly.
+same happens when calling ``Container::get()`` directly.
82
83
The actual class will be instantiated as soon as you try to interact with the
84
service (e.g. call one of its methods).
0 commit comments