Skip to content

Commit 423795f

Browse files
committed
fixed typo
1 parent 17bd168 commit 423795f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/bundles/best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The basic directory structure of a ``HelloBundle`` bundle must read as follows::
6060
index.rst
6161
translations/
6262
views/
63-
web/
63+
public/
6464
Tests/
6565

6666
The ``XXX`` directory(ies) reflects the namespace structure of the bundle.
@@ -94,7 +94,7 @@ Controllers ``Controller/``
9494
Translation files ``Resources/translations/``
9595
Templates ``Resources/views/``
9696
Unit and Functional Tests ``Tests/``
97-
Web Resources ``Resources/web/``
97+
Web Resources ``Resources/public/``
9898
Configuration ``Resources/config/``
9999
Commands ``Command/``
100100
========================= ===========================

0 commit comments

Comments
 (0)