From 1bfe021e6d23b8df949741637dbc43c89f573e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Barray?= Date: Thu, 21 Apr 2016 12:41:11 +0200 Subject: [PATCH] fix typo --- components/dependency_injection/compilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/compilation.rst b/components/dependency_injection/compilation.rst index 621c674080f..64f87590ad7 100644 --- a/components/dependency_injection/compilation.rst +++ b/components/dependency_injection/compilation.rst @@ -372,7 +372,7 @@ for an example. Creating Separate Compiler Passes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Sometimes, you need to do more than one thing during compliation, want to use +Sometimes, you need to do more than one thing during compilation, want to use compiler passes without an extension or you need to execute some code at another step in the compilation process. In these cases, you can create a new class implementing the ``CompilerPassInterface``::