Skip to content

Commit d8a8401

Browse files
Added missing word in compiler pass article
1 parent c58d597 commit d8a8401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Creating a Compiler Pass
2424

2525
You can also create and register your own compiler passes with the container.
2626
To create a compiler pass it needs to implements the :class:`Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface`
27-
interface. The compiler gives you an opportunity to manipulate the service
27+
interface. The compiler pass gives you an opportunity to manipulate the service
2828
definitions that have been compiled. This can be very powerful, but is not
2929
something needed in everyday use.
3030

0 commit comments

Comments
 (0)