Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd1dfa4

Browse files
committed
Fix typo: These => This
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent ad74169 commit cd1dfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ code, and an array of HTTP headers::
297297
array('content-type' => 'text/html')
298298
);
299299

300-
These information can also be manipulated after the Response object creation::
300+
This information can also be manipulated after the Response object creation::
301301

302302
$response->setContent('Hello World');
303303

0 commit comments

Comments
 (0)