Skip to content

Commit

Permalink
Fix several typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Jun 1, 2019
1 parent f6a5add commit 8e54de5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ Clearing the Cache
------------------

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

Expand Down
2 changes: 1 addition & 1 deletion components/var_dumper/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ them from re-implementing the logic required to walk through a

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

Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/hidden.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The hidden type represents a hidden input field.
+-------------+----------------------------------------------------------------------+
| Rendered as | ``input`` ``hidden`` field |
+-------------+----------------------------------------------------------------------+
| Overriden | - `compound`_ |
| Overridden | - `compound`_ |
| options | - `error_bubbling`_ |
| | - `required`_ |
+-------------+----------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/integer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ scale

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

Inherited Options
Expand Down
2 changes: 1 addition & 1 deletion testing/profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ the ``test`` environment)::

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

$this->assertLessThan(
30,
Expand Down

0 comments on commit 8e54de5

Please sign in to comment.