1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00

Fixed a little typo

Fixed a tiny typo in the proxy section.

"…it is up to you[r] to provide the no value…"
This commit is contained in:
Mike Wink 2019-09-12 11:32:34 +02:00 committed by GitHub
parent a7010cc9b5
commit 7c8d53b300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))``).