Skip to content

Commit f25faf3

Browse files
committed
minor symfony#4046 Fixed a minor syntax error (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed a minor syntax error The nested list is wrongly displayed as a blockquote: ![syntax_error](https://cloud.githubusercontent.com/assets/73419/3673941/088aa490-1272-11e4-9c0c-377100e3a2ff.png) Commits ------- b3c6b87 Fixed a minor syntax error
2 parents 3c660d1 + b3c6b87 commit f25faf3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

contributing/documentation/standards.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,11 @@ Language Standards
146146
point of view: use the second instead);
147147
* When referencing a hypothetical person, such as "a user with a session cookie", gender-neutral
148148
pronouns (they/their/them) should be used. For example, instead of:
149-
150-
* he or she, use they
151-
* him or her, use them
152-
* his or her, use their
153-
* his or hers, use theirs
154-
* himself or herself, use themselves
149+
* he or she, use they
150+
* him or her, use them
151+
* his or her, use their
152+
* his or hers, use theirs
153+
* himself or herself, use themselves
155154

156155
.. _`the Sphinx documentation`: http://sphinx-doc.org/rest.html#source-code
157156
.. _`Twig Coding Standards`: http://twig.sensiolabs.org/doc/coding_standards.html

0 commit comments

Comments
 (0)