Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a107884

Browse filesBrowse files
committed
Added some suggestions and fixed one minor formatting issue
1 parent 7843fe6 commit a107884
Copy full SHA for a107884

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎contributing/documentation/standards.rst

Copy file name to clipboardExpand all lines: contributing/documentation/standards.rst
+7-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.