File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ In a template:
103
103
104
104
.. note ::
105
105
106
- The global variables can be overriden by a local variable in the template
106
+ The global variables can be overridden by a local variable in the template
107
107
with the same name.
108
108
109
109
Output Escaping
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ by Symfony (as the asset files are in the ``dev`` environment). This is on
487
487
purpose - letting Symfony generate these files dynamically in a production
488
488
environment is just too slow.
489
489
490
- .. _cookbook-asetic -dump-prod :
490
+ .. _cookbook-assetic -dump-prod :
491
491
492
492
Instead, each time you use your app in the ``prod `` environment (and therefore,
493
493
each time you deploy), you should run the following task:
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ apply this filter when debug mode is off (e.g. ``app.php``):
172
172
173
173
To try this out, switch to your ``prod `` environment (``app.php ``). But before
174
174
you do, don't forget to :ref: `clear your cache <book-page-creation-prod-cache-clear >`
175
- and :ref: `dump your assetic assets <cookbook-asetic -dump-prod >`.
175
+ and :ref: `dump your assetic assets <cookbook-assetic -dump-prod >`.
176
176
177
177
.. tip ::
178
178
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ an ``Address`` instance in the ``$address`` property.
26
26
.. code-block :: php
27
27
28
28
// src/Acme/HelloBundle/Entity/Address.php
29
- namespace Amce \HelloBundle\Entity;
29
+ namespace Acme \HelloBundle\Entity;
30
30
31
31
class Address
32
32
{
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ Field Variables
183
183
| choices | ``array `` | A nested array containing the ``ChoiceView `` objects of |
184
184
| | | the remaining choices. |
185
185
+------------------------+--------------+-------------------------------------------------------------------+
186
- | separator | ``string `` | The seperator to use between choice groups. |
186
+ | separator | ``string `` | The separator to use between choice groups. |
187
187
+------------------------+--------------+-------------------------------------------------------------------+
188
188
| empty_value | ``mixed `` | The empty value if not already in the list, otherwise |
189
189
| | | ``null ``. |
You can’t perform that action at this time.
0 commit comments