From 3a504cfa8e8664dbf8ccdc59b4cfc085af7b0d3d Mon Sep 17 00:00:00 2001 From: TommyC81 Date: Fri, 29 Jun 2012 20:34:00 +0300 Subject: [PATCH] Fixed small typo. --- laravel/documentation/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/install.md b/laravel/documentation/install.md index b3312366..51a727d4 100644 --- a/laravel/documentation/install.md +++ b/laravel/documentation/install.md @@ -40,7 +40,7 @@ If you are having problems installing, try the following: - Make sure the **public** directory is the document root of your web server. (see: Server Configuration below) - If you are using mod_rewrite, set the **index** option in **application/config/application.php** to an empty string. -- Verify that your storage folder and the folders within in are writable by your web server. +- Verify that your storage folder and the folders within are writable by your web server. ## Server Configuration: Why Public?