@@ -87,8 +87,8 @@ Files and Directories
87
87
* When referencing directories, always add a trailing slash to avoid confusions
88
88
with regular files (e.g. *"execute the ``console`` script located at the ``app/``
89
89
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 *" ).
92
92
* When you list a Symfony file/directory hierarchy, use ``your-project/ `` as the
93
93
top level directory. E.g.
94
94
@@ -145,11 +145,11 @@ Language Standards
145
145
* When referencing a hypothetical person, such as "a user with a session cookie", gender-neutral
146
146
pronouns (they/their/them) should be used. For example, instead of:
147
147
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
153
153
154
154
.. _`the Sphinx documentation` : http://sphinx-doc.org/rest.html#source-code
155
155
.. _`Twig Coding Standards` : http://twig.sensiolabs.org/doc/coding_standards.html
0 commit comments