File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ look and feel familiar, you should follow these rules:
149
149
* The code follows the :doc: `Symfony Coding Standards</contributing/code/standards> `
150
150
as well as the `Twig Coding Standards `_;
151
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 );
152
+ 72nd character (so most lines end up being 72-78 characters );
153
153
* To avoid horizontal scrolling on code blocks, we prefer to break a line
154
154
correctly if it crosses the 85th character;
155
155
* When you fold one or more lines of code, place ``... `` in a comment at the point
@@ -197,7 +197,7 @@ Reporting an Issue
197
197
------------------
198
198
199
199
The most easy contribution you can make is reporting issues: a typo, a grammar
200
- mistake, a bug in code example, a missing explanation, and so on.
200
+ mistake, a bug in a code example, a missing explanation, and so on.
201
201
202
202
Steps:
203
203
You can’t perform that action at this time.
0 commit comments