Skip to content

Commit 4be42c8

Browse files
committed
minor #6986 Fixed directory name typo (JoeThielen)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6986). Discussion ---------- Fixed directory name typo My Symfony 3.1 fresh install has a `app/Resources/views` dir, not `app/Resources/view`. Commits ------- 641484a Fixed directory name type
2 parents 5666981 + 641484a commit 4be42c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
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)