Skip to content

Commit 6c3b8c5

Browse files
committed
-
1 parent 2cf7800 commit 6c3b8c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/console/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can suppress output with:
7272
# suppresses all output, including errors
7373
$ php application.php list --silent
7474
75-
.. vesionadded:: 7.2
75+
.. versionadded:: 7.2
7676

7777
The ``--silent`` option was introduced in Symfony 7.2.
7878

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ The Console component adds some predefined options to all commands:
453453
* ``--help``: displays the command help
454454
* ``--ansi|--no-ansi``: whether to force of disable coloring the output
455455

456-
.. vesionadded:: 7.2
456+
.. versionadded:: 7.2
457457

458458
The ``--silent`` option was introduced in Symfony 7.2.
459459

console/verbosity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Console option ``SHELL_VERBOSITY`` value Equivalent PHP constant
4141
``-vvv`` ``3`` ``OutputInterface::VERBOSITY_DEBUG``
4242
===================== ========================= ===========================================
4343

44-
.. vesionadded:: 7.2
44+
.. versionadded:: 7.2
4545

4646
The ``--silent`` option was introduced in Symfony 7.2.
4747

0 commit comments

Comments
 (0)