Skip to content

Commit e90d56f

Browse files
committed
docs: replace Content-type with Content-Type
1 parent 797b51e commit e90d56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/concepts/http

user_guide_src/source/concepts/http/002.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
$response->setStatusCode(Response::HTTP_OK);
88
$response->setBody($output);
9-
$response->setHeader('Content-type', 'text/html');
9+
$response->setHeader('Content-Type', 'text/html');
1010
$response->noCache();
1111

1212
// Sends the output to the browser

0 commit comments

Comments
 (0)