Skip to content

Commit 641484a

Browse files
JoeThielenxabbuh
authored andcommitted
Fixed directory name type
My Symfony 3.1 fresh install has a app/Resources/views dir, not app/Resources/view.
1 parent 5666981 commit 641484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ variable so we can render that::
134134
}
135135
}
136136

137-
Finally, template files should live in the ``app/Resources/view`` directory. Create
137+
Finally, template files should live in the ``app/Resources/views`` directory. Create
138138
a new ``app/Resources/views/lucky`` directory with a new ``number.html.twig`` file
139139
inside:
140140

0 commit comments

Comments
 (0)