Commit e3acce7
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

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 link1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments