Skip to content

Commit 36421ad

Browse files
committed
Tweaks
1 parent c3e1da1 commit 36421ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bundles/best_practices.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configuration options (see below for some usage examples).
6363
Directory Structure
6464
-------------------
6565

66-
The basic directory structure of an AcmeBlogBundle must read as follows:
66+
The following is the recommended directory structure of an AcmeBlogBundle:
6767

6868
.. code-block:: text
6969
@@ -84,11 +84,11 @@ The basic directory structure of an AcmeBlogBundle must read as follows:
8484
8585
.. versionadded:: 4.4
8686

87-
This directory convention was introduced in Symfony 4.4 and can be used only when requiring
88-
``symfony/http-kernel`` 4.4 or superior.
87+
This directory convention was introduced in Symfony 4.4 and can be used only
88+
when requiring ``symfony/http-kernel`` 4.4 or superior.
8989

90-
91-
and the bundle path must be adjusted to the root directory::
90+
This directory structure requires to configure the bundle path to its root
91+
directory as follows::
9292

9393
class AcmeBlogBundle extends Bundle
9494
{

0 commit comments

Comments
 (0)