File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ class name.
69
69
70
70
Each bundle has an alias, which is the lower-cased short version of the bundle
71
71
name using underscores (``acme_blog `` for ``AcmeBlogBundle ``). This alias
72
- is used to enforce uniqueness within a bundle and for defining its configuration
73
- (see below for some usage examples).
72
+ is used to enforce uniqueness within a project and for defining bundle's
73
+ configuration options (see below for some usage examples).
74
74
75
75
Directory Structure
76
76
-------------------
@@ -256,8 +256,8 @@ Routing
256
256
-------
257
257
258
258
If the bundle provides routes, they must be prefixed with the bundle alias.
259
- For an AcmeBlogBundle for instance , all routes must be prefixed with
260
- ``acme_blog_ ``.
259
+ For example, if your bundle is called AcmeBlogBundle , all its routes must be
260
+ prefixed with ``acme_blog_ ``.
261
261
262
262
Templates
263
263
---------
You can’t perform that action at this time.
0 commit comments