10000 [#7592] some minor tweaks · ScreamZ/symfony-docs@3844df7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3844df7

Browse files
committed
[symfony#7592] some minor tweaks
1 parent d904c32 commit 3844df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ between all Symfony bundles. Take a look at AcmeDemoBundle, as it contains some
143143
of the most common elements of a bundle:
144144

145145
``Controller/``
146-
Contains the controllers of the bundle (e.g. ``HelloController.php``).
146+
Contains the controllers of the bundle (e.g. ``RandomController.php``).
147147

148148
``DependencyInjection/``
149149
Holds certain Dependency Injection Extension classes, which may import service
@@ -154,7 +154,7 @@ of the most common elements of a bundle:
154154
Houses configuration, including routing configuration (e.g. ``routing.yml``).
155155

156156
``Resources/views/``
157-
Holds templates organized by controller name (e.g. ``Hello/index.html.twig``).
157+
Holds templates organized by controller name (e.g. ``Random/index.html.twig``).
158158

159159
``Resources/public/``
160160
Contains web assets (images, stylesheets, etc) and is copied or symbolically

0 commit comments

Comments
 (0)
0