diff --git a/cache.rst b/cache.rst index 09082f99fe0..a6435e2e2dd 100644 --- a/cache.rst +++ b/cache.rst @@ -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: diff --git a/components/var_dumper/advanced.rst b/components/var_dumper/advanced.rst index e595b74a2c6..871f4d5c600 100644 --- a/components/var_dumper/advanced.rst +++ b/components/var_dumper/advanced.rst @@ -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) ` method:: diff --git a/reference/forms/types/hidden.rst b/reference/forms/types/hidden.rst index e211c526f63..69d56735c90 100644 --- a/reference/forms/types/hidden.rst +++ b/reference/forms/types/hidden.rst @@ -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`_ | +-------------+----------------------------------------------------------------------+ diff --git a/reference/forms/types/integer.rst b/reference/forms/types/integer.rst index 76011976cec..db6d91bd7a5 100644 --- a/reference/forms/types/integer.rst +++ b/reference/forms/types/integer.rst @@ -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 ` type and is overriden to ``0`` for +:doc:`number ` type and is overridden to ``0`` for ``IntegerType``. Inherited Options diff --git a/testing/profiling.rst b/testing/profiling.rst index 28bd6bca15a..c69adb7e780 100644 --- a/testing/profiling.rst +++ b/testing/profiling.rst @@ -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,