File tree 2 files changed +4
-4
lines changed
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).
235
235
236
236
.. tip ::
237
237
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
67
67
68
68
The ``DebugBundle `` allows greater integration of the component into the
69
69
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.
71
71
72
72
Since generating (even debug) output in the controller or in the model
73
73
of your application may just break it by e.g. sending HTTP headers or
@@ -131,7 +131,7 @@ then its dump representation::
131
131
132
132
.. note ::
133
133
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
135
135
nested structures.
136
136
137
137
.. code-block :: php
@@ -232,7 +232,7 @@ then its dump representation::
232
232
"When a dump goes over its maximum items limit,\n"
233
233
."or when some special objects are encountered,\n"
234
234
."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"
236
236
."many have been removed; `9` in this case.\n"
237
237
);
238
238
dump($var);
You can’t perform that action at this time.
0 commit comments