File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ DebugBundle and Twig Integration
6767
6868The ``DebugBundle `` allows greater integration of the component into the
6969Symfony 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
7272Since generating (even debug) output in the controller or in the model
7373of 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);
You can’t perform that action at this time.
0 commit comments