Skip to content

Commit a5a1b16

Browse files
committed
[#2778] Small language tweaks!
1 parent 9b8cbf4 commit a5a1b16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/dependency_injection/lazy_services.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ the `ProxyManager bridge`_:
4343
"ocramius/proxy-manager": "0.4.*"
4444
}
4545
46-
to your ``composer.json``. Afterwards compile your container and check if you
47-
get a proxy for your lazy services.
46+
to your ``composer.json``. Afterwards compile your container and check
47+
to make sure that you get a proxy for your lazy services.
4848

4949
Configuration
5050
-------------
@@ -87,7 +87,7 @@ received object.
8787
var_dump(class_implements($service));
8888
8989
If the class implements the "ProxyManager\Proxy\LazyLoadingInterface" your lazy
90-
loaded services will work as expected.
90+
loaded services are working.
9191

9292
.. note::
9393

0 commit comments

Comments
 (0)