Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
J.C. Manzo committed Jan 20, 2021
1 parent 289bbee commit a0c4913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/AbstractResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function getRequest()
/**
* Get the error message from the response. Returns null if request was successful.
*
* A response error can is returned as XML if no application type is specified. We also need to account for JSON
* A response error can be returned as XML if no content-type header is set. We also need to account for JSON
* error responses returned as strings.
*
* @return string|null
Expand Down

0 comments on commit a0c4913

Please sign in to comment.