From 874f02c7590e9e299515fc4157cef364b5cae111 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 8 Feb 2012 14:37:58 -0600 Subject: [PATCH] fix comment typo. --- laravel/uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/uri.php b/laravel/uri.php index 56983c22..177c0db4 100644 --- a/laravel/uri.php +++ b/laravel/uri.php @@ -37,7 +37,7 @@ public static function current() // and use the first one we encounter for the URI. static::$uri = static::detect(); - // If you ever encounter this error, please information the Laravel + // If you ever encounter this error, please inform the nerdy Laravel // dev team with information about your server. We want to support // Laravel an as many server environments as possible! if (is_null(static::$uri))