File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments