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

Commit b52ef82

Browse files
committed
Fix typo in method createServerFromRequest
1 parent b4e7758 commit b52ef82

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)