From 7c8d53b3007cd7b41bdb8d0fb887cb1322eabb61 Mon Sep 17 00:00:00 2001 From: Mike Wink Date: Thu, 12 Sep 2019 11:32:34 +0200 Subject: [PATCH] Fixed a little typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed a tiny typo in the proxy section. "…it is up to you[r] to provide the no value…" --- docs/request-options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/request-options.rst b/docs/request-options.rst index 47f5c66a..14be1dac 100644 --- a/docs/request-options.rst +++ b/docs/request-options.rst @@ -788,7 +788,7 @@ host names that should not be proxied to. Guzzle will automatically populate this value with your environment's ``NO_PROXY`` environment variable. However, when providing a ``proxy`` - request option, it is up to your to provide the ``no`` value parsed from + request option, it is up to you to provide the ``no`` value parsed from the ``NO_PROXY`` environment variable (e.g., ``explode(',', getenv('NO_PROXY'))``).