From f45e47a409ca87c3e3e00d2254d1c1a523a808b2 Mon Sep 17 00:00:00 2001 From: thinsoldier Date: Fri, 13 Jan 2017 20:45:35 -0700 Subject: [PATCH] Fix typo "an an". --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 5a56767f5..0e6493d34 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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