Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a303ff

Browse filesBrowse files
pborreliwouterj
authored andcommitted
Fixed typos
1 parent 7bb4f34 commit 6a303ff
Copy full SHA for 6a303ff

File tree

Expand file treeCollapse file tree

6 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+6
-6
lines changed

‎components/templating/introduction.rst

Copy file name to clipboardExpand all lines: components/templating/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

109109
Output Escaping

‎cookbook/assetic/asset_management.rst

Copy file name to clipboardExpand all lines: cookbook/assetic/asset_management.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ by Symfony (as the asset files are in the ``dev`` environment). This is on
487487
purpose - letting Symfony generate these files dynamically in a production
488488
environment is just too slow.
489489

490-
.. _cookbook-asetic-dump-prod:
490+
.. _cookbook-assetic-dump-prod:
491491

492492
Instead, each time you use your app in the ``prod`` environment (and therefore,
493493
each time you deploy), you should run the following task:

‎cookbook/assetic/uglifyjs.rst

Copy file name to clipboardExpand all lines: cookbook/assetic/uglifyjs.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ apply this filter when debug mode is off (e.g. ``app.php``):
172172
173173
To try this out, switch to your ``prod`` environment (``app.php``). But before
174174
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>`.
176176

177177
.. tip::
178178

‎cookbook/doctrine/dbal.rst

Copy file name to clipboardExpand all lines: cookbook/doctrine/dbal.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
),

‎reference/constraints/Valid.rst

Copy file name to clipboardExpand all lines: reference/constraints/Valid.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

‎reference/forms/types/choice.rst

Copy file name to clipboardExpand all lines: reference/forms/types/choice.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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``. |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.