Skip to content

Commit 1c3a7bd

Browse files
committed
minor #6507 fix typo (tyx)
This PR was merged into the 2.8 branch. Discussion ---------- fix typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >= 2.8 I feel in @pborreli's shoes Commits ------- 1bfe021 fix typo
2 parents be082ec + 1bfe021 commit 1c3a7bd

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)