Skip to content

Commit

Permalink
Merge pull request #158 from edruder/patch-1
Browse files Browse the repository at this point in the history
Fix `it's` typo
  • Loading branch information
tarcieri committed Sep 26, 2014
2 parents 2300318 + 5dfe27b commit 409c983
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 @@ -132,7 +132,7 @@ It's easy!
### Proxy Support

Making request behind proxy is as simple as making them directly. Just specify
hostname (or IP address) of your proxy server and it's port, and here you go:
hostname (or IP address) of your proxy server and its port, and here you go:

```ruby
HTTP.via("proxy-hostname.local", 8080)
Expand Down

0 comments on commit 409c983

Please sign in to comment.