Skip to content

Commit 308309e

Browse files
committed
minor #6851 Update lazy_services.rst (takeit)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6851). Discussion ---------- Update lazy_services.rst Commits ------- 5ee11f9 Update lazy_services.rst
2 parents 36cbc13 + 5ee11f9 commit 308309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/lazy_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can mark the service as ``lazy`` by manipulating its definition:
7878
7979
Once you inject the service into another service, a virtual `proxy`_ with the
8080
same signature of the class representing the service should be injected. The
81-
same happends when calling ``Container::get()`` directly.
81+
same happens when calling ``Container::get()`` directly.
8282

8383
The actual class will be instantiated as soon as you try to interact with the
8484
service (e.g. call one of its methods).

0 commit comments

Comments
 (0)