Skip to content

Commit 5b5bfe1

Browse files
committed
doc/index.html: grammar
1 parent 347753a commit 5b5bfe1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3>How does it work?</h3>
3737
<p>
3838
Additionally, <code>Socksify::resolve</code> can be used to
3939
resolve hostnames to IPv4 addresses via SOCKS. There is also
40-
<code>socksify/http</code> library enabling Net::HTTP to work
40+
<code>socksify/http</code> enabling Net::HTTP to work
4141
via SOCKS.
4242
</p>
4343

@@ -68,9 +68,9 @@ <h3>Explicit SOCKS usage in a Ruby program</h3>
6868

6969
<h3>Use Net::HTTP explicitly via SOCKS</h3>
7070
<p>
71-
Require additional library <code>socksify/http</code>
72-
and use <code>Net::HTTP.SOCKSProxy</code> method. It
73-
is similar to <code>Net:HTTP.Proxy</code> from Ruby
71+
Require the additional library <code>socksify/http</code>
72+
and use the <code>Net::HTTP.SOCKSProxy</code> method. It
73+
is similar to <code>Net:HTTP.Proxy</code> from the Ruby
7474
standard library:
7575
</p>
7676
<pre>
@@ -82,7 +82,7 @@ <h3>Use Net::HTTP explicitly via SOCKS</h3>
8282
# => #&lt;Net::HTTPOK 200 OK readbody=true&gt;</pre>
8383

8484
<p>
85-
Note that <code>Net::HTTP.SOCKSProxy</code> never rely
85+
Note that <code>Net::HTTP.SOCKSProxy</code> never relies
8686
on <code>TCPSocket::socks_server</code>/<code>socks_port</code>.
8787
You should either set <code>SOCKSProxy</code> arguments
8888
explicitly or use <code>Net::HTTP</code> directly.

0 commit comments

Comments
 (0)