Skip to content

Commit

Permalink
minor #4126 Rebased #3848 (WouterJ)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Rebased #3848

Rebased version of @pborreli's #3848

Commits
-------

6a303ff Fixed typos
  • Loading branch information
weaverryan committed Aug 16, 2014
2 parents 4d5adaa + 6a303ff commit 46f3108
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/templating/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ In a template:

.. note::

The global variables can be overriden by a local variable in the template
The global variables can be overridden by a local variable in the template
with the same name.

Output Escaping
Expand Down
2 changes: 1 addition & 1 deletion cookbook/assetic/asset_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ by Symfony (as the asset files are in the ``dev`` environment). This is on
purpose - letting Symfony generate these files dynamically in a production
environment is just too slow.

.. _cookbook-asetic-dump-prod:
.. _cookbook-assetic-dump-prod:

Instead, each time you use your app in the ``prod`` environment (and therefore,
each time you deploy), you should run the following task:
Expand Down
2 changes: 1 addition & 1 deletion cookbook/assetic/uglifyjs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ apply this filter when debug mode is off (e.g. ``app.php``):
To try this out, switch to your ``prod`` environment (``app.php``). But before
you do, don't forget to :ref:`clear your cache <book-page-creation-prod-cache-clear>`
and :ref:`dump your assetic assets <cookbook-asetic-dump-prod>`.
and :ref:`dump your assetic assets <cookbook-assetic-dump-prod>`.

.. tip::

Expand Down
2 changes: 1 addition & 1 deletion reference/constraints/Valid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ an ``Address`` instance in the ``$address`` property.
.. code-block:: php
// src/Acme/HelloBundle/Entity/Address.php
namespace Amce\HelloBundle\Entity;
namespace Acme\HelloBundle\Entity;
class Address
{
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/choice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Field Variables
| choices | ``array`` | A nested array containing the ``ChoiceView`` objects of |
| | | the remaining choices. |
+------------------------+--------------+-------------------------------------------------------------------+
| separator | ``string`` | The seperator to use between choice groups. |
| separator | ``string`` | The separator to use between choice groups. |
+------------------------+--------------+-------------------------------------------------------------------+
| empty_value | ``mixed`` | The empty value if not already in the list, otherwise |
| | | ``null``. |
Expand Down

0 comments on commit 46f3108

Please sign in to comment.