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

Skip to content

Commit a06ec18

Browse files
author
s.poelwijk
committed
Fixed small typo (lines instead of characters) in documentation overview page
1 parent f3c431f commit a06ec18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/documentation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ look and feel familiar, you should follow these rules:
149149
* The code follows the :doc:`Symfony Coding Standards</contributing/code/standards>`
150150
as well as the `Twig Coding Standards`_;
151151
* Each line should break approximately after the first word that crosses the
152-
72nd character (so most lines end up being 72-78 lines);
152+
72nd character (so most lines end up being 72-78 characters);
153153
* To avoid horizontal scrolling on code blocks, we prefer to break a line
154154
correctly if it crosses the 85th character;
155155
* When you fold one or more lines of code, place ``...`` in a comment at the point

0 commit comments

Comments
 (0)