diff --git a/developer_manual/basics/dependency_injection.rst b/developer_manual/basics/dependency_injection.rst index 1246fcb45..d843c09a5 100644 --- a/developer_manual/basics/dependency_injection.rst +++ b/developer_manual/basics/dependency_injection.rst @@ -177,7 +177,7 @@ So basically the container is used as a giant factory to build all the classes t Use automatic dependency assembly (recommended) ----------------------------------------------- -In Nextcloud it is possible to build classes and their dependencies without having to explicitly register them on the container, as long as the container can `reflect `_ the constructor and look up the parameters by their type. This concept is widely known as *auto-wiring*. +In Nextcloud it is possible to build classes and their dependencies without having to explicitly register them on the container, as long as the container can `reflect `_ the constructor and look up the parameters by their type. This concept is widely known as *auto-wiring*. How does auto-wiring work ^^^^^^^^^^^^^^^^^^^^^^^^^