Skip to content

Commit e15eb21

Browse files
committed
[#5014] Minor tweaks!
1 parent 98c5c38 commit e15eb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The basic directory structure of an AcmeBlogBundle must read as follows:
9898
that automated tools can rely on:
9999

100100
* ``AcmeBlogBundle.php``: This is the class that transforms a plain directory
101-
into a Symfony bundle;
101+
into a Symfony bundle (change this to your bundle's name);
102102
* ``README.md``: This file contains the basic description of the bundle and it
103103
usually shows some basic examples and links to its full documentation (it
104104
can use any of the markup formats supported by GitHub, such as ``README.rst``);
@@ -151,7 +151,7 @@ Commands, Helpers, Listeners, and Controllers.
151151
Classes that connect to the event dispatcher should be suffixed with
152152
``Listener``.
153153

154-
Exceptions classes should be stored in an ``Exception`` sub-namespace.
154+
Exception classes should be stored in an ``Exception`` sub-namespace.
155155

156156
Vendors
157157
-------

0 commit comments

Comments
 (0)