From 40978fa85cbd83bf82a2f287315e84affa739b34 Mon Sep 17 00:00:00 2001 From: ownsourcing Date: Sat, 27 Dec 2014 00:03:29 -0500 Subject: [PATCH] Update page_creation.rst minor clarifying changes to the sentence --- book/page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.