Skip to content

Commit c3bd3e6

Browse files
HeahDudexabbuh
authored andcommitted
Update best_practices.rst
1 parent 5b8698c commit c3bd3e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/best_practices.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ Documentation
183183
All classes and functions must come with full PHPDoc.
184184

185185
Extensive documentation should also be provided in the ``Resources/doc/``
186-
directory (though only required when the documentation is shown on symfony.com).
186+
directory.
187187
The index file (for example ``Resources/doc/index.rst`` or
188188
``Resources/doc/index.md``) is the only mandatory file and must be the entry
189189
point for the documentation. The
190-
:doc:`reStructuredText (rST) </contributing/documentation/format>` is the most
191-
common format as it's what's used to render the documentation on symfony.com
190+
:doc:`reStructuredText (rST) </contributing/documentation/format>` is the format
191+
used to render the documentation on symfony.com.
192192

193193
Installation Instructions
194194
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)