File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ In a template:
103103
104104.. note ::
105105
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
107107 with the same name.
108108
109109Output 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
487487purpose - letting Symfony generate these files dynamically in a production
488488environment is just too slow.
489489
490- .. _cookbook-asetic -dump-prod :
490+ .. _cookbook-assetic -dump-prod :
491491
492492Instead, each time you use your app in the ``prod `` environment (and therefore,
493493each 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``):
172172
173173To try this out, switch to your ``prod `` environment (``app.php ``). But before
174174you 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 >`.
176176
177177.. tip ::
178178
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ mapping type:
174174 'dbal' => array(
175175 'connections' => array(
176176 'default' => array(
177- // other connection parameers
177+ // other connection parameters
178178 'mapping_types' => array(
179179 'enum' => 'string',
180180 ),
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ an ``Address`` instance in the ``$address`` property.
2626.. code-block :: php
2727
2828 // src/Acme/HelloBundle/Entity/Address.php
29- namespace Amce \HelloBundle\Entity;
29+ namespace Acme \HelloBundle\Entity;
3030
3131 class Address
3232 {
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ Field Variables
183183| choices | ``array `` | A nested array containing the ``ChoiceView `` objects of |
184184| | | the remaining choices. |
185185+------------------------+--------------+-------------------------------------------------------------------+
186- | separator | ``string `` | The seperator to use between choice groups. |
186+ | separator | ``string `` | The separator to use between choice groups. |
187187+------------------------+--------------+-------------------------------------------------------------------+
188188| empty_value | ``mixed `` | The empty value if not already in the list, otherwise |
189189| | | ``null ``. |
You can’t perform that action at this time.
0 commit comments