Skip to content

Commit 540a4ce

Browse files
committed
Merge pull request symfony#2280 from jbafford/contributing-fix
Fix two minor typos in the contributing section
2 parents 88c758c + 623f837 commit 540a4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/documentation/overview.rst

Lines changed: 2 additions & 2 deletions
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
@@ -197,7 +197,7 @@ Reporting an Issue
197197
------------------
198198

199199
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.
201201

202202
Steps:
203203

0 commit comments

Comments
 (0)