Browse Source

Update app/config/session.php

Taylor Otwell 11 years ago
parent
commit
79d18a3122
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/config/session.php

+ 2 - 2
app/config/session.php

@@ -8,7 +8,7 @@ return array(
 	|--------------------------------------------------------------------------
 	|--------------------------------------------------------------------------
 	|
 	|
 	| This option controls the default session "driver" that will be used on
 	| This option controls the default session "driver" that will be used on
-	| requets. By default, we will use the light-weight cookie driver but
+	| requests. By default we will use the light-weight cookie driver but
 	| you may specify any of the other wonderful drivers provided here.
 	| you may specify any of the other wonderful drivers provided here.
 	|
 	|
 	| Supported: "cookie", file", "database", "apc",
 	| Supported: "cookie", file", "database", "apc",
@@ -96,4 +96,4 @@ return array(
 
 
 	'cookie' => 'laravel_session',
 	'cookie' => 'laravel_session',
 
 
-);
+);