diff --git a/laravel/response.php b/laravel/response.php index 991931c5..6f8c948a 100644 --- a/laravel/response.php +++ b/laravel/response.php @@ -144,7 +144,7 @@ public static function download($path, $name = null, $headers = array()) public static function prepare($response) { // We'll need to force the response to be a string before closing - // the session, since the developer may be utilizing the session + // the session since the developer may be utilizing the session // within the view, and we can't age it until rendering. if ( ! $response instanceof Response) {