Skip to content

Commit 56c3f9e

Browse files
committed
Merge pull request symfony#2836 from jbafford/typo-fixes
Fix doubled words
2 parents 8c7bdd6 + d86e61e commit 56c3f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/templating.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ Debugging
14011401

14021402
When using PHP, you can use ``var_dump()`` if you need to quickly find the
14031403
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.
14051405

14061406
Template parameters can then be dumped using the ``dump`` function:
14071407

@@ -1539,4 +1539,4 @@ Learn more from the Cookbook
15391539
.. _`hinclude.js`: http://mnot.github.com/hinclude/
15401540
.. _`with_context`: http://twig.sensiolabs.org/doc/functions/include.html
15411541
.. _`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

0 commit comments

Comments
 (0)