Skip to content

Commit 82404d0

Browse files
committed
minor #9434 Fix typo (liviubalan)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #9434). Discussion ---------- Fix typo Fix sentence meaning + URL <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 459fe41 Fix typo
2 parents 475e668 + 459fe41 commit 82404d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ automatically, a command must be:
7272
#. Defined in a class that extends from
7373
:class:`Symfony\\Component\\Console\\Command\\Command`.
7474

75-
If you can't meet these conditions for some command, the alternative is to
76-
manually :doc`register the command as a service </console/commands_as_services>`.
75+
If you can't meet these conditions for a command, the alternative is to manually
76+
:doc:`register the command as a service </console/commands_as_services>`.
7777

7878
Executing the Command
7979
---------------------

0 commit comments

Comments
 (0)