From 646f63b6f2b1d5c959b2c323c9931034233347d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4fer?= Date: Sun, 3 Dec 2017 14:52:04 +0100 Subject: [PATCH] fixed a typo in documentation (#1967) --- src/HandlerStack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *