Browse Source

building on http foundation.

Taylor Otwell 13 years ago
parent
commit
963426cb9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/response.php

+ 1 - 1
laravel/response.php

@@ -144,7 +144,7 @@ class Response {
 	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)
 		{