10000 [#5064] Minor language tweaks · symfony/symfony-docs@c87ae8a · GitHub
[go: up one dir, main page]

Skip to content

Commit c87ae8a

Browse files
committed
[#5064] Minor language tweaks
1 parent dc01076 commit c87ae8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/documentation/standards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Code Examples
5252
* The code follows the :doc:`Symfony Coding Standards </contributing/code/standards>`
5353
as well as the `Twig Coding Standards`_;
5454
* The code examples should look real for a web application context. Avoid abstract
55-
or puerile examples (``foo``, ``bar``, ``demo``, etc.);
55+
or trivial examples (``foo``, ``bar``, ``demo``, etc.);
5656
* The code should follow the :doc:`Symfony Best Practices </best_practices/introduction>`.
57-
Unless the example requires to use a custom bundle, make sure to always use the
57+
Unless the example requires a custom bundle, make sure to always use the
5858
``AppBundle`` bundle to store your code;
5959
* Use ``Acme`` when the code requires a vendor name;
6060
* To avoid horizontal scrolling on code blocks, we prefer to break a line

0 commit comments

Comments
 (0)
0