We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents8c7bdd6 +d86e61e commit56c3f9eCopy full SHA for 56c3f9e
book/templating.rst
@@ -1401,7 +1401,7 @@ Debugging
1401
1402
When using PHP, you can use ``var_dump()`` if you need to quickly find the
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 thethedebug extension.
+The same can be achieved when using Twig thanks to the debug extension.
1405
1406
Template parameters can then be dumped using the ``dump`` function:
1407
@@ -1539,4 +1539,4 @@ Learn more from the Cookbook
1539
.. _`hinclude.js`:http://mnot.github.com/hinclude/
1540
.. _`with_context`:http://twig.sensiolabs.org/doc/functions/include.html
1541
.. _`include() function`:http://twig.sensiolabs.org/doc/functions/include.html
1542
-.. _`{% include %} tag`:http://twig.sensiolabs.org/doc/tags/include.html
+.. _`{% include %} tag`:http://twig.sensiolabs.org/doc/tags/include.html