File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ Clearing the Cache
489489------------------
490490
491491To 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
493493all values. You can also group your pools into "cache clearers". There are 3 cache
494494clearers by default:
495495
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ them from re-implementing the logic required to walk through a
193193
194194The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string
195195length 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> `
198198method::
199199
Original file line number Diff line number Diff 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+-------------+----------------------------------------------------------------------+
Original file line number Diff line number Diff line change 8686
8787This specifies how many decimals will be allowed until the field rounds the
8888submitted 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
9292Inherited Options
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ the ``test`` environment)::
5151
5252If a test fails because of profiling data (too many DB queries for instance),
5353you 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,
You can’t perform that action at this time.
0 commit comments