Skip to content

Commit e17b6c0

Browse files
Fixed typo in di compilation article
1 parent ff548b2 commit e17b6c0

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
@@ -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. Tts process method
51+
You need to register your custom pass with the container. Its process method
5252
will then be called when the container is compiled::
5353

5454
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)