Skip to content

Commit eed3acc

Browse files
committed
bug #11645 Fix several typos (Calinou)
This PR was merged into the 3.4 branch. Discussion ---------- Fix several typos This fixes several typos found in the documentation 🙂 There are some more in the `master` branch (which aren't in `3.4`), I can send a PR for those later. Commits ------- 8e54de5 Fix several typos
2 parents f6a5add + 8e54de5 commit eed3acc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Clearing the Cache
489489
------------------
490490

491491
To clear the cache you can use the ``bin/console cache:pool:clear [pool]`` command.
492-
That will remove all the entries from your storage and you wil have to recalculate
492+
That will remove all the entries from your storage and you will have to recalculate
493493
all values. You can also group your pools into "cache clearers". There are 3 cache
494494
clearers by default:
495495

components/var_dumper/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ them from re-implementing the logic required to walk through a
193193

194194
The :class:`Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper` limits string
195195
length and nesting depth of the output to make it more readable. These options
196-
can be overriden by the third optional parameter of the
196+
can be overridden by the third optional parameter of the
197197
:method:`dump(Data $data) <Symfony\\Component\\VarDumper\\Dumper\\DataDumperInterface::dump>`
198198
method::
199199

reference/forms/types/hidden.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The hidden type represents a hidden input field.
99
+-------------+----------------------------------------------------------------------+
1010
| Rendered as | ``input`` ``hidden`` field |
1111
+-------------+----------------------------------------------------------------------+
12-
| Overriden | - `compound`_ |
12+
| Overridden | - `compound`_ |
1313
| options | - `error_bubbling`_ |
1414
| | - `required`_ |
1515
+-------------+----------------------------------------------------------------------+

reference/forms/types/integer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ scale
8686

8787
This specifies how many decimals will be allowed until the field rounds the
8888
submitted value (via ``rounding_mode``). This option inherits from
89-
:doc:`number </reference/forms/types/number>` type and is overriden to ``0`` for
89+
:doc:`number </reference/forms/types/number>` type and is overridden to ``0`` for
9090
``IntegerType``.
9191

9292
Inherited Options

testing/profiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the ``test`` environment)::
5151

5252
If a test fails because of profiling data (too many DB queries for instance),
5353
you might want to use the Web Profiler to analyze the request after the tests
54-
finish. It can be achived by embedding the token in the error message::
54+
finish. It can be achieved by embedding the token in the error message::
5555

5656
$this->assertLessThan(
5757
30,

0 commit comments

Comments
 (0)