8000 Changes read to red · symfony/symfony-docs@6757b3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6757b3d

Browse files
committed
Changes read to red
1 parent 6044880 commit 6757b3d

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)
0