File tree Expand file tree Collapse file tree 6 files changed +5
-10
lines changed Expand file tree Collapse file tree 6 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ Clearing the Cache
594594------------------
595595
596596To 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
598598all values. You can also group your pools into "cache clearers". There are 3 cache
599599clearers by default:
600600
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ method to use a light theme::
188188
189189The :class: `Symfony\\ Component\\ VarDumper\\ Dumper\\ HtmlDumper ` limits string
190190length 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
192192:method: `dump(Data $data) <Symfony\\ Component\\ VarDumper\\ Dumper\\ DataDumperInterface::dump> `
193193method::
194194
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 9595
9696This specifies how many decimals will be allowed until the field rounds the
9797submitted 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
9999``IntegerType ``.
100100
101101Inherited 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::
105105
106106If a test fails because of profiling data (too many DB queries for instance),
107107you 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::
109109
110110 $this->assertLessThan(
111111 30,
Original file line number Diff line number Diff line change @@ -79,11 +79,6 @@ the priority of the resource to download using the ``importance`` attribute:
7979 <link rel="stylesheet" href="{{ preload('/app.css', { as: 'style', importance: 'low' }) }}">
8080 </head>
8181
82- .. tip ::
83-
84- Google Chrome provides an interface to debug HTTP/2 connections. Browse
85- ``chrome://net-internals/#http2 `` to see all the details.
86-
8782How does it work?
8883~~~~~~~~~~~~~~~~~
8984
You can’t perform that action at this time.
0 commit comments