Skip to content

Commit 1bfe021

Browse files
committed
fix typo
1 parent 5439c7a commit 1bfe021

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
@@ -372,7 +372,7 @@ for an example.
372372
Creating Separate Compiler Passes
373373
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
374374

375-
Sometimes, you need to do more than one thing during compliation, want to use
375+
Sometimes, you need to do more than one thing during compilation, want to use
376376
compiler passes without an extension or you need to execute some code at
377377
another step in the compilation process. In these cases, you can create a new
378378
class implementing the ``CompilerPassInterface``::

0 commit comments

Comments
 (0)