From 75236067e5ca83090a02dde9d2a06589f6f05220 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 11 Mar 2018 17:51:22 +0100 Subject: [PATCH] Fix typos --- docs/getting-started/create-your-first-project.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/create-your-first-project.rst b/docs/getting-started/create-your-first-project.rst index 7a1ffc72..24269ec6 100644 --- a/docs/getting-started/create-your-first-project.rst +++ b/docs/getting-started/create-your-first-project.rst @@ -259,7 +259,7 @@ Vist the vhost page again and see what has changed: http://localhost/vhosts.php By having created the DNS record, the Devilbox intranet is aware that everything is setup now and gives you a link to your new project. -Step 5: visit your project +Step 5: Visit your project -------------------------- On the intranet, click on your project link. This will open your project in a new Browser tab or @@ -273,7 +273,7 @@ Everything is setup now, however the webserver is trying to find a ``index.php`` So all is left for you to do is to add your HTML or PHP files. -Step 6: create a hello world +Step 6: Create a hello world ---------------------------- Navigate to your docroot directory within your project and create a ``index.php`` file with some output. @@ -304,7 +304,7 @@ Checklist ========= 1. :ref:`prerequisites` are read and understood -2. project directory is created -3. docroot directory is created +2. Project directory is created +3. Docroot directory is created 4. DNS entry is added to the host operating system 5. PHP files are added to your docroot directory