Skip to content

Commit

Permalink
Fix typo (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbourigault authored and Nyholm committed Jul 6, 2017
1 parent c96fac7 commit 2c90828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/http-client/http-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface HttpClient
*
* If a request is sent without any prior configuration, a HTTP client MUST NOT follow redirects.
*
* The client MAY do motifications to the Request before sending it. Because PSR-7 objects are
* The client MAY do modifications to the Request before sending it. Because PSR-7 objects are
* immutable, one cannot assume that the object passed to HttpClient::sendRequest will be the same
* object that is actually sent. For example the Request object that is returned by an exception MAY
* be a different object than the one passed to sendRequest, so comparison by reference (===) is not possible.
Expand Down

0 comments on commit 2c90828

Please sign in to comment.