Skip to content

Commit 85e5a39

Browse files
Denis Gorbachevweaverryan
Denis Gorbachev
authored andcommitted
Fixed a typo
1 parent 7306f1e commit 85e5a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Creating a Compiler Pass
252252
------------------------
253253

254254
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`
255+
To create a compiler pass it needs to implement the :class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
256256
interface. The compiler pass gives you an opportunity to manipulate the service
257257
definitions that have been compiled. This can be very powerful, but is not
258258
something needed in everyday use.

0 commit comments

Comments
 (0)