diff --git a/components/dependency_injection/compilation.rst b/components/dependency_injection/compilation.rst index 01c1bb6d60f..ff0194ea745 100644 --- a/components/dependency_injection/compilation.rst +++ b/components/dependency_injection/compilation.rst @@ -455,7 +455,7 @@ makes dumping the compiled container easy:: } ``ProjectServiceContainer`` is the default name given to the dumped container -class, you can change this though this with the ``class`` option when you +class. However you can change this with the ``class`` option when you dump it:: // ...