Skip to content

Commit 3ece131

Browse files
committed
[components][dependency_injection] A few minor typo fixes - see #1339
1 parent da3325e commit 3ece131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ each into some other service.
4848
Registering a Compiler Pass
4949
---------------------------
5050

51-
You need to register your custom pass with the container, its process method
51+
You need to register your custom pass with the container. Tts process method
5252
will then be called when the container is compiled::
5353

5454
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -61,7 +61,7 @@ Controlling the Pass Ordering
6161

6262
The default compiler passes are grouped into optimization passes and removal
6363
passes. The optimization passes run first and include tasks such as resolving
64-
references within the definitions. The removal passes perform tasks such removing
64+
references within the definitions. The removal passes perform tasks such as removing
6565
private aliases and unused services. You can choose where in the order any custom
6666
passes you add are run. By default they will be run before the optimization passes.
6767

0 commit comments

Comments
 (0)