diff --git a/src/HandlerStack.php b/src/HandlerStack.php index a72e38a5..24c46fd9 100644 --- a/src/HandlerStack.php +++ b/src/HandlerStack.php @@ -22,7 +22,7 @@ class HandlerStack * Creates a default handler stack that can be used by clients. * * The returned handler will wrap the provided handler or use the most - * appropriate default handler for you system. The returned HandlerStack has + * appropriate default handler for your system. The returned HandlerStack has * support for cookies, redirects, HTTP error exceptions, and preparing a body * before sending. *