Skip to content

Commit

Permalink
Fixed a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michalstanko committed Jul 23, 2013
1 parent 63f31cb commit f667318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ The first argument can be either a url or an options object. The only required o
* `localAddress` - Local interface to bind for network connections.
The callback argument gets 3 arguments. The first is an error when applicable (usually from the http.Client option not the http.ClientRequest object). The second in an http.ClientResponse object. The third is the response body String or Buffer.
The callback argument gets 3 arguments. The first is an error when applicable (usually from the http.Client option not the http.ClientRequest object). The second is an http.ClientResponse object. The third is the response body String or Buffer.
## Convenience methods
Expand Down

0 comments on commit f667318

Please sign in to comment.