fix comment typo.

This commit is contained in:
Taylor Otwell 2012-02-08 14:37:58 -06:00
parent 0e66517ec9
commit 874f02c759
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public static function current()
// and use the first one we encounter for the URI. // and use the first one we encounter for the URI.
static::$uri = static::detect(); 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 // dev team with information about your server. We want to support
// Laravel an as many server environments as possible! // Laravel an as many server environments as possible!
if (is_null(static::$uri)) if (is_null(static::$uri))