Skip to content

Commit 1b9b27e

Browse files
committed
Merge pull request #1397 from richardmiller/missing_word
Missing word in the compilation article
2 parents 6022236 + d8a8401 commit 1b9b27e

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)