Skip to content

Commit 32f2f18

Browse files
committed
minor #6571 [Cookbook][Console] Minor: Fix typo (andreia)
This PR was merged into the 2.7 branch. Discussion ---------- [Cookbook][Console] Minor: Fix typo | Q | A | ------------- | --- | Doc fix? | [yes] | New docs? | [no] | Applies to | [2.7+] | Fixed tickets | [n/a] Commits ------- 6757b3d Changes read to red
2 parents 6044880 + 6757b3d commit 32f2f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/console/style.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Result Methods
303303

304304
:method:`Symfony\\Component\\Console\\Style\\SymfonyStyle::warning`
305305
It displays the given string or array of strings highlighted as a warning
306-
message (with a read background and the ``[WARNING]`` label). It's meant to be
306+
message (with a red background and the ``[WARNING]`` label). It's meant to be
307307
used once to display the final result of executing the given command, but you
308308
can use it repeatedly during the execution of the command::
309309

@@ -320,7 +320,7 @@ Result Methods
320320

321321
:method:`Symfony\\Component\\Console\\Style\\SymfonyStyle::error`
322322
It displays the given string or array of strings highlighted as an error
323-
message (with a read background and the ``[ERROR]`` label). It's meant to be
323+
message (with a red background and the ``[ERROR]`` label). It's meant to be
324324
used once to display the final result of executing the given command, but you
325325
can use it repeatedly during the execution of the command::
326326

0 commit comments

Comments
 (0)