From ffa3219c6e3eb660cc6b81381f08a922b285b806 Mon Sep 17 00:00:00 2001 From: saeid Date: Tue, 17 Oct 2017 22:38:22 +0330 Subject: [PATCH] fix typo --- src/Http/Response.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Http/Response.php b/src/Http/Response.php index 6e6eeeb11d1..7a33c9135e1 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -1069,7 +1069,7 @@ public function type($contentType = null) } /** - * Retruns the current content type. + * Returns the current content type. * * @return string */ @@ -1177,7 +1177,7 @@ public function charset($charset = null) } /** - * Retruns the current charset. + * Returns the current charset. * * @return string */