Skip to content

Commit bdada47

Browse files
committed
Text in index.html.twig for The Big Picture wrong
The text in the standard "index.html.twig" on "The Big Picture" documentation for the "Templates" section is wrong and needs updating. The documentation shows: "<h1>Welcome to Symfony!</h1>" but the actual file (by default) has "Homepage.". Nothing major but a bit misleading and confusing for a brand new user.
1 parent 9fb296d commit bdada47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ you'll see the following code:
254254
{% extends 'base.html.twig' %}
255255

256256
{% block body %}
257-
<h1>Welcome to Symfony!</h1>
257+
Homepage.
258258
{% endblock %}
259259

260260
This template is created with `Twig`_, a new template engine created for

0 commit comments

Comments
 (0)