diff xml/en/docs/http/ngx_http_access_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents d7991f499d9f
children 6316a7579448
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_access_module.xml	Wed Aug 14 17:21:19 2013 +0400
+++ b/xml/en/docs/http/ngx_http_access_module.xml	Wed Aug 14 12:03:41 2013 +0400
@@ -16,7 +16,7 @@
 
 <para>
 The <literal>ngx_http_access_module</literal> module allows
-to limit access to certain client addresses.
+limiting access to certain client addresses.
 </para>
 
 <para>
@@ -45,7 +45,7 @@
 
 <para>
 The rules are checked in sequence until the first match is found.
-In this example, an access is allowed only for IPv4 networks
+In this example, access is allowed only for IPv4 networks
 <literal>10.1.1.0/16</literal> and <literal>192.168.1.0/24</literal>
 excluding the address <literal>192.168.1.1</literal>,
 and for IPv6 network <literal>2001:0db8::/32</literal>.