We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306f1e commit 85e5a39Copy full SHA for 85e5a39
components/dependency_injection/compilation.rst
@@ -252,7 +252,7 @@ Creating a Compiler Pass
252
------------------------
253
254
You can also create and register your own compiler passes with the container.
255
-To create a compiler pass it needs to implements the :class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
+To create a compiler pass it needs to implement the :class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
256
interface. The compiler pass gives you an opportunity to manipulate the service
257
definitions that have been compiled. This can be very powerful, but is not
258
something needed in everyday use.
0 commit comments