From a66eb44809c76c3cae3934a81c6c51ff73035e8f Mon Sep 17 00:00:00 2001 From: Shawn McCool Date: Wed, 11 Jul 2012 22:28:44 +0200 Subject: [PATCH] fixed 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 7a1f68dc..a3e9bd8e 100644 --- a/laravel/documentation/install.md +++ b/laravel/documentation/install.md @@ -45,7 +45,7 @@ ### Problems? - 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