From 65b158d9a26f6b055065ab1dc4a2059507718dad Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 27 Dec 2018 16:48:26 +0100 Subject: [PATCH] Fixed a minor syntax issue in a link --- console/coloring.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/console/coloring.rst b/console/coloring.rst index 4848c2e7d32..2793a709fd5 100644 --- a/console/coloring.rst +++ b/console/coloring.rst @@ -9,9 +9,9 @@ output (e.g. important messages, titles, comments, etc.). By default, the Windows command console doesn't support output coloring. The Console component disables output coloring for Windows systems, but if your commands invoke other scripts which emit color sequences, they will be - wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_, `ANSICON`_ - ,`Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ free applications - to add coloring support to your Windows command console. + wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_, + `ANSICON`_, `Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ + free applications to add coloring support to your Windows command console. Using Color Styles ------------------