From 85a3634405a0671b0477a548ef01549f6fca4212 Mon Sep 17 00:00:00 2001 From: Brayden Williams Date: Fri, 18 Jul 2014 05:03:43 -0700 Subject: [PATCH 1/2] Update page_creation.rst Fix sentence structure. --- 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 b2b26c04c11..08b2f929859 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -81,7 +81,7 @@ greeted. To create the page, follow the simple two-step process. your webserver. The above URL assumes that ``localhost`` points to the ``web`` directory of your new Symfony2 project. For detailed information on this process, see the documentation on the web server you are using. - Here's the relevant documentation page for some web server you might be using: + Here's some relevant documentation pages for the web server you might be using: * For Apache HTTP Server, refer to `Apache's DirectoryIndex documentation`_ * For Nginx, refer to `Nginx HttpCoreModule location documentation`_ From 7dafe20cb9a54588b07d0d031d0b385b5a846dc8 Mon Sep 17 00:00:00 2001 From: Brayden Williams Date: Tue, 22 Jul 2014 13:12:10 -0700 Subject: [PATCH 2/2] Update page_creation.rst --- 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 08b2f929859..3d251aacc99 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -81,7 +81,7 @@ greeted. To create the page, follow the simple two-step process. your webserver. The above URL assumes that ``localhost`` points to the ``web`` directory of your new Symfony2 project. For detailed information on this process, see the documentation on the web server you are using. - Here's some relevant documentation pages for the web server you might be using: + Here are some relevant documentation pages for the web server you might be using: * For Apache HTTP Server, refer to `Apache's DirectoryIndex documentation`_ * For Nginx, refer to `Nginx HttpCoreModule location documentation`_