Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Oct 17, 2017
1 parent 2b66858 commit ffa3219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Response.php
Expand Up @@ -1069,7 +1069,7 @@ public function type($contentType = null)
}

/**
* Retruns the current content type.
* Returns the current content type.
*
* @return string
*/
Expand Down Expand Up @@ -1177,7 +1177,7 @@ public function charset($charset = null)
}

/**
* Retruns the current charset.
* Returns the current charset.
*
* @return string
*/
Expand Down

0 comments on commit ffa3219

Please sign in to comment.