From 3b142dd2a79b91f67a1465da3845a0405913de4b Mon Sep 17 00:00:00 2001 From: Andrew M Date: Thu, 23 Jan 2014 20:51:10 +0200 Subject: [PATCH] Fix typo: side.bar.twig => sidebar.twig --- cookbook/templating/namespaced_paths.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/templating/namespaced_paths.rst b/cookbook/templating/namespaced_paths.rst index 55a73b69573..43c76da4452 100644 --- a/cookbook/templating/namespaced_paths.rst +++ b/cookbook/templating/namespaced_paths.rst @@ -80,4 +80,4 @@ called ``sidebar.twig`` in that directory, you can use it easily: .. code-block:: jinja - {% include '@foo_bar/side.bar.twig' %} + {% include '@foo_bar/sidebar.twig' %}