1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 10:33:18 +01:00

Merge pull request #525 from gimler/patch-3

fix typo
This commit is contained in:
Michael Dowling 2014-01-10 10:51:00 -08:00
commit 6ef45a4097

View File

@ -255,7 +255,7 @@ Headers can be specified on a client to add default headers to every request sen
.. code-block:: php
$client->getConfig()->setPath('request.options/header/X-Foo', 'Bar');
$client->getConfig()->setPath('request.options/headers/X-Foo', 'Bar');
query
~~~~~