File tree 1 file changed +2
-2
lines changed
contributing/documentation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ Code Examples
52
52
* The code follows the :doc: `Symfony Coding Standards </contributing/code/standards >`
53
53
as well as the `Twig Coding Standards `_;
54
54
* 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.);
56
56
* 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
58
58
``AppBundle `` bundle to store your code;
59
59
* Use ``Acme `` when the code requires a vendor name;
60
60
* 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