Skip to content

Commit a107884

Browse files
committed
Added some suggestions and fixed one minor formatting issue
1 parent 7843fe6 commit a107884

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

contributing/documentation/standards.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ Files and Directories
8787
* When referencing directories, always add a trailing slash to avoid confusions
8888
with regular files (e.g. *"execute the ``console`` script located at the ``app/``
8989
directory"*).
90-
* You should include a leading dot in every file extension (e.g. *"``.ini`` files
91-
are very limited compared to ``.xml`` files"*).
90+
* When referencing file extensions explicitly, you should include a leading dot
91+
for every extension (e.g. "*XML files use the ``.xml`` extension*").
9292
* When you list a Symfony file/directory hierarchy, use ``your-project/`` as the
9393
top level directory. E.g.
9494

@@ -145,11 +145,11 @@ Language Standards
145145
* When referencing a hypothetical person, such as "a user with a session cookie", gender-neutral
146146
pronouns (they/their/them) should be used. For example, instead of:
147147

148-
* he or she, use they
149-
* him or her, use them
150-
* his or her, use their
151-
* his or hers, use theirs
152-
* himself or herself, use themselves
148+
* he or she, use they
149+
* him or her, use them
150+
* his or her, use their
151+
* his or hers, use theirs
152+
* himself or herself, use themselves
153153

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

0 commit comments

Comments
 (0)