Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit dfd6c6e

Browse files
committed
Merge branch 'hotfix/178'
Close #178
2 parents 3578030 + baac787 commit dfd6c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $server = Zend\Diactoros\Server::createServer(
140140
);
141141

142142
// Using the createServerFromRequest factory, and providing it a request:
143-
$server = Zend\Diactoros\Server::createServerfromRequest(
143+
$server = Zend\Diactoros\Server::createServerFromRequest(
144144
function ($request, $response, $done) {
145145
$response->getBody()->write("Hello world!");
146146
},

0 commit comments

Comments
 (0)