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
489
489
------------------
490
490
491
491
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
493
493
all values. You can also group your pools into "cache clearers". There are 3 cache
494
494
clearers by default:
495
495
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
193
193
194
194
The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string
195
195
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
197
197
:method: `dump(Data $data) <Symfony\\ Component\\ VarDumper\\ Dumper\\ DataDumperInterface::dump> `
198
198
method::
199
199
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 86
86
87
87
This specifies how many decimals will be allowed until the field rounds the
88
88
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
90
90
``IntegerType ``.
91
91
92
92
Inherited Options
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ the ``test`` environment)::
51
51
52
52
If a test fails because of profiling data (too many DB queries for instance),
53
53
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::
55
55
56
56
$this->assertLessThan(
57
57
30,
You can’t perform that action at this time.
0 commit comments