Skip to content

Commit

Permalink
fix minor typo in psr7.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wang committed Aug 16, 2015
1 parent 01d19a0 commit f8dc800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/psr7.rst
Expand Up @@ -263,7 +263,7 @@ No port is necessary when using the "http" or "https" schemes.
$request = $client->createRequest('GET', 'http://httpbin.org:8080');
echo $request->getUri()->getPort(); // 8080
echo $request->getUri(); // https://httpbin.org:8080
echo $request->getUri(); // http://httpbin.org:8080
Path
Expand Down

0 comments on commit f8dc800

Please sign in to comment.