Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3acce7

Browse files
committed
minor #10812 Fixed a minor syntax issue in a link (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed a minor syntax issue in a link The "Mintty" link looks wrong in this page: https://symfony.com/doc/3.4/console/coloring.html ![link-error](https://user-images.githubusercontent.com/73419/50485904-7110a880-09f7-11e9-8a5c-5580fbb7572e.png) I guess it's because of not adding a white space between the comma and the link. Commits ------- 65b158d Fixed a minor syntax issue in a link
2 parents 980dd85 + 65b158d commit e3acce7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console/coloring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ output (e.g. important messages, titles, comments, etc.).
99
By default, the Windows command console doesn't support output coloring. The
1010
Console component disables output coloring for Windows systems, but if your
1111
commands invoke other scripts which emit color sequences, they will be
12-
wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_, `ANSICON`_
13-
,`Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ free applications
14-
to add coloring support to your Windows command console.
12+
wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_,
13+
`ANSICON`_, `Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_
14+
free applications to add coloring support to your Windows command console.
1515

1616
Using Color Styles
1717
------------------

0 commit comments

Comments
 (0)