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 @@ -594,7 +594,7 @@ Clearing the Cache
594
594
------------------
595
595
596
596
To clear the cache you can use the ``bin/console cache:pool:clear [pool] `` command.
597
- That will remove all the entries from your storage and you wil have to recalculate
597
+ That will remove all the entries from your storage and you will have to recalculate
598
598
all values. You can also group your pools into "cache clearers". There are 3 cache
599
599
clearers by default:
600
600
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ method to use a light theme::
188
188
189
189
The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string
190
190
length and nesting depth of the output to make it more readable. These options
191
- can be overriden by the third optional parameter of the
191
+ can be overridden by the third optional parameter of the
192
192
:method: `dump(Data $data) <Symfony\\ Component\\ VarDumper\\ Dumper\\ DataDumperInterface::dump> `
193
193
method::
194
194
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The hidden type represents a hidden input field.
9
9
+-------------+----------------------------------------------------------------------+
10
10
| Rendered as | ``input `` ``hidden `` field |
11
11
+-------------+----------------------------------------------------------------------+
12
- | Overriden | - `compound `_ |
12
+ | Overridden | - `compound `_ |
13
13
| options | - `error_bubbling `_ |
14
14
| | - `required `_ |
15
15
+-------------+----------------------------------------------------------------------+
Original file line number Diff line number Diff line change 95
95
96
96
This specifies how many decimals will be allowed until the field rounds the
97
97
submitted value (via ``rounding_mode ``). This option inherits from
98
- :doc: `number </reference/forms/types/number >` type and is overriden to ``0 `` for
98
+ :doc: `number </reference/forms/types/number >` type and is overridden to ``0 `` for
99
99
``IntegerType ``.
100
100
101
101
Inherited Options
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ provided by the collectors obtained through the ``$client->getProfile()`` call::
105
105
106
106
If a test fails because of profiling data (too many DB queries for instance),
107
107
you might want to use the Web Profiler to analyze the request after the tests
108
- finish. It can be achived by embedding the token in the error message::
108
+ finish. It can be achieved by embedding the token in the error message::
109
109
110
110
$this->assertLessThan(
111
111
30,
You can’t perform that action at this time.
0 commit comments