Skip to content

Commit 63c4074

Browse files
Seldaekfabpot
authored andcommitted
Typo fixes
1 parent 4519981 commit 63c4074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/templating/Twig.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ And here is a typical layout:
9696

9797
.. code-block:: jinja
9898
99-
{# src/Application/HelloBundle/Resources/views/layout.twig #}
99+
{# src/Application/HelloBundle/Resources/views/layout.twig #}
100100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
101101
<html>
102102
<head>
@@ -124,7 +124,7 @@ And change the ``index.twig`` template to include it:
124124

125125
.. code-block:: jinja
126126
127-
{# src/Application/HelloBundle/Resources/views/Hello/index.php #}
127+
{# src/Application/HelloBundle/Resources/views/Hello/index.twig #}
128128
{% extends "HelloBundle::layout.twig" %}
129129
130130
{% include "HelloBundle:Hello:hello.twig" %}

0 commit comments

Comments
 (0)