From e72b12092986c2ff70a616eebd3d2a9675ee5b92 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 1 May 2013 14:27:09 -0500 Subject: [PATCH] Fix spelling. --- app/config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/session.php b/app/config/session.php index f54b3786..1623330c 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -8,7 +8,7 @@ return array( |-------------------------------------------------------------------------- | | This option controls the default session "driver" that will be used on - | requests. By default we will use the light-weight native driver but + | requests. By default, we will use the lightweight native driver but | you may specify any of the other wonderful drivers provided here. | | Supported: "native", "cookie", "database", "apc",