File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1401,7 +1401,7 @@ Debugging
1401
1401
1402
1402
When using PHP, you can use ``var_dump() `` if you need to quickly find the
1403
1403
value of a variable passed. This is useful, for example, inside your controller.
1404
- The same can be achieved when using Twig thanks to the the debug extension.
1404
+ The same can be achieved when using Twig thanks to the debug extension.
1405
1405
1406
1406
Template parameters can then be dumped using the ``dump `` function:
1407
1407
@@ -1539,4 +1539,4 @@ Learn more from the Cookbook
1539
1539
.. _`hinclude.js` : http://mnot.github.com/hinclude/
1540
1540
.. _`with_context` : http://twig.sensiolabs.org/doc/functions/include.html
1541
1541
.. _`include() function` : http://twig.sensiolabs.org/doc/functions/include.html
1542
- .. _`{% include %} tag` : http://twig.sensiolabs.org/doc/tags/include.html
1542
+ .. _`{% include %} tag` : http://twig.sensiolabs.org/doc/tags/include.html
You can’t perform that action at this time.
0 commit comments