Skip to content

Commit 757a215

Browse files
committed
Fix config/bundles.php
1 parent 230ee60 commit 757a215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ between all Symfony bundles. It follows a set of conventions, but is flexible
9595
to be adjusted if needed:
9696

9797
``assets/``
98-
Contains the web asset sources (JavaScript and TypeScript files, CSS and Sass
99-
files, etc.), images and other assets related to the bundle that are not in
100-
``public/`` (e.g. Stimulus controllers).
98+
Contains the web asset sources like JavaScript and TypeScript files, CSS and
99+
Sass files, but also images and other assets related to the bundle that are
100+
not in ``public/`` (e.g. Stimulus controllers).
101101

102102
``config/``
103103
Houses configuration, including routing configuration (e.g. ``routing.yaml``).

0 commit comments

Comments
 (0)