@@ -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 forhidding /showing children of
134+ The gray arrow is a toggle button forhiding /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);