Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c431f commit a06ec18Copy full SHA for a06ec18
contributing/documentation/overview.rst
@@ -149,7 +149,7 @@ look and feel familiar, you should follow these rules:
149
* The code follows the :doc:`Symfony Coding Standards</contributing/code/standards>`
150
as well as the `Twig Coding Standards`_;
151
* Each line should break approximately after the first word that crosses the
152
- 72nd character (so most lines end up being 72-78 lines);
+ 72nd character (so most lines end up being 72-78 characters);
153
* To avoid horizontal scrolling on code blocks, we prefer to break a line
154
correctly if it crosses the 85th character;
155
* When you fold one or more lines of code, place ``...`` in a comment at the point
0 commit comments