Skip to content

Commit 40241af

Browse files
committed
[symfony#3149] Tweaking language to use a standard for capitalization
1 parent ec0981d commit 40241af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

contributing/documentation/standards.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,14 @@ Example
106106
Language Standards
107107
------------------
108108

109-
* Capitalize the first letter of any heading and the first letter of all
110-
nouns and adjectives afterwards (verbs are lowercase);
109+
* For sections, use the following rule for capitalization:
110+
`Capitalization of the first word, and all other words, except for closed-class words`_:
111+
The Vitamins are in my Fresh California Raisins
111112
* Do not use `Serial (Oxford) Commas`_;
112113
* You should use a form of *you* instead of *we* (i.e. avoid the first person
113114
point of view: use the second instead).
114115

115116
.. _`the Sphinx documentation`: http://sphinx-doc.org/rest.html#source-code
116117
.. _`Twig Coding Standards`: http://twig.sensiolabs.org/doc/coding_standards.html
118+
.. _`Capitalization of the first word, and all other words, except for closed-class words`: http://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles
117119
.. _`Serial (Oxford) Commas`: http://en.wikipedia.org/wiki/Serial_comma

0 commit comments

Comments
 (0)