1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-04-19 06:07:56 +02:00

Fix typo "an an".

This commit is contained in:
thinsoldier 2017-01-13 20:45:35 -07:00 committed by GitHub
parent 14fa40e268
commit f45e47a409

View File

@ -427,7 +427,7 @@ Cookies
Guzzle can maintain a cookie session for you if instructed using the
``cookies`` request option. When sending a request, the ``cookies`` option
must be set an an instance of ``GuzzleHttp\Cookie\CookieJarInterface``.
must be set to an instance of ``GuzzleHttp\Cookie\CookieJarInterface``.
.. code-block:: php