diff --git a/book/page_creation.rst b/book/page_creation.rst index cf8ca140e58..9278c40f5d4 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -492,7 +492,7 @@ the same basic and recommended directory structure: This directory contains the application configuration. ``src/`` - All the project PHP code is stored under this directory. + All the project-specific PHP code and template files are stored under this directory. ``vendor/`` Any vendor libraries are placed here by convention.