Skip to content

Commit

Permalink
bug #3509 Fix typo: side.bar.twig => sidebar.twig (ifdattic)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix typo: side.bar.twig => sidebar.twig

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets |

Commits
-------

3b142dd Fix typo: side.bar.twig => sidebar.twig
  • Loading branch information
weaverryan committed Feb 4, 2014
2 parents 527c8b6 + 3b142dd commit 27dcebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/templating/namespaced_paths.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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' %}

0 comments on commit 27dcebd

Please sign in to comment.