Skip to content

Commit 0212a98

Browse files
committed
Front-porting changes by @pborreli in #4531
1 parent 6e23bc7 commit 0212a98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/var_dumper/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ properties not in the class declaration).
235235

236236
.. tip::
237237

238-
Before writting your own casters, you should check the existing ones.
238+
Before writing your own casters, you should check the existing ones.

components/var_dumper/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DebugBundle and Twig Integration
6767

6868
The ``DebugBundle`` allows greater integration of the component into the
6969
Symfony full stack framework. It is enabled by default in the *dev* and *test*
70-
environement of the standard edition since version 2.6.
70+
environment of the standard edition since version 2.6.
7171

7272
Since generating (even debug) output in the controller or in the model
7373
of your application may just break it by e.g. sending HTTP headers or
@@ -131,7 +131,7 @@ then its dump representation::
131131

132132
.. note::
133133

134-
The gray arrow is a toggle button for hidding/showing children of
134+
The gray arrow is a toggle button for hiding/showing children of
135135
nested structures.
136136

137137
.. code-block:: php
@@ -232,7 +232,7 @@ then its dump representation::
232232
"When a dump goes over its maximum items limit,\n"
233233
."or when some special objects are encountered,\n"
234234
."children can be replaced by an ellipsis and\n"
235-
."optionnally followed by a number that says how\n"
235+
."optionally followed by a number that says how\n"
236236
."many have been removed; `9` in this case.\n"
237237
);
238238
dump($var);

0 commit comments

Comments
 (0)