Commit 67edea6
committed
minor #11133 Making sentence not show up in code block (weaverryan)
This PR was merged into the 4.2 branch.
Discussion
----------
Making sentence not show up in code block
See the last code block here: https://symfony.com/doc/current/configuration/dot-env-changes.html
The last sentence is being included in the code block. I'm not sure if this will fix it, but I believe it will - it changes the indentation from 4 spaces (which apparently was enough to be included in the code block) to 3, which lines it up with how we usually "continue bullet points".
Commits
-------
99dfc30 Making sentence not show up in code block1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments