Skip to content

Commit 34d2e8a

Browse files
committed
Final rewordings
1 parent cdc4b6d commit 34d2e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ class name.
6969

7070
Each bundle has an alias, which is the lower-cased short version of the bundle
7171
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).
7474

7575
Directory Structure
7676
-------------------
@@ -256,8 +256,8 @@ Routing
256256
-------
257257

258258
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_``.
261261

262262
Templates
263263
---------

0 commit comments

Comments
 (0)