Skip to content

Commit 9366238

Browse files
Update console/lazy_commands.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent c1dc758 commit 9366238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/lazy_commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ method accepts any
4545
:class:`Symfony\\Component\\Console\\CommandLoader\\CommandLoaderInterface`
4646
instance so you can use your own implementation.
4747

48-
Another way to do so is to take advantage of ``Symfony\Component\Console\Command\LazyCommand``:
48+
Another way to do so is to take advantage of ``Symfony\Component\Console\Command\LazyCommand``::
4949

5050
use App\Command\HeavyCommand;
5151
use Symfony\Component\Console\Application;

0 commit comments

Comments
 (0)