Commit 874f02c7 authored by Taylor Otwell's avatar Taylor Otwell

fix comment typo.

parent 0e66517e
...@@ -37,7 +37,7 @@ class URI { ...@@ -37,7 +37,7 @@ class URI {
// 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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment