Commit 253e529c authored by Taylor Otwell's avatar Taylor Otwell

Fix typo in Route\Finder comment.

parent ad3f98db
...@@ -11,7 +11,7 @@ class Loader { ...@@ -11,7 +11,7 @@ class Loader {
public static function load($uri) public static function load($uri)
{ {
// -------------------------------------------------------------- // --------------------------------------------------------------
// If a single routes is being used, return it. // If a single route file is being used, return it.
// -------------------------------------------------------------- // --------------------------------------------------------------
if ( ! is_dir(APP_PATH.'routes')) if ( ! is_dir(APP_PATH.'routes'))
{ {
......
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