Skip to content

Commit 40524ca

Browse files
committed
Fixed the case of the headings
1 parent 857c6cd commit 40524ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/templating/namespaced_paths.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index::
22
single: Templating; Namespaced Twig Paths
33

4-
How to use and Register namespaced Twig Paths
4+
How to Use and Register Namespaced Twig Paths
55
=============================================
66

77
.. versionadded:: 2.2
@@ -33,7 +33,7 @@ Both paths are valid and functional by default in Symfony2.
3333

3434
As an added bonus, the namespaced syntax is faster.
3535

36-
Registering your own namespaces
36+
Registering your own Namespaces
3737
-------------------------------
3838

3939
You can also register your own custom namespaces. Suppose that you're using
@@ -82,7 +82,7 @@ called ``sidebar.twig`` in that directory, you can use it easily:
8282
8383
{% include '@foo_bar/sidebar.twig' %}
8484
85-
Multiple paths per namespace
85+
Multiple Paths per Namespace
8686
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8787

8888
You can also assign several paths to the same template namespace. The order in

0 commit comments

Comments
 (0)