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

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents ae785c6aaa91
children 80aba0439f7d
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_sub_module.xml	Wed Aug 14 17:21:19 2013 +0400
+++ b/xml/en/docs/http/ngx_http_sub_module.xml	Wed Aug 14 12:03:41 2013 +0400
@@ -53,9 +53,9 @@
 <context>location</context>
 
 <para>
-Sets a string that needs to be changed, and a replacement string.
-The string to be replaced is matched ignoring the case.
-A replacement string can contain variables.
+Sets a string to replace and a replacement string.
+The string to replace is matched ignoring the case.
+The replacement string can contain variables.
 </para>
 
 </directive>
@@ -70,7 +70,7 @@
 <appeared-in>1.5.1</appeared-in>
 
 <para>
-Allows to preserve the <header>Last-Modified</header> header field
+Allows preserving the <header>Last-Modified</header> header field
 from the original response during replacement
 to facilitate response caching.
 </para>
@@ -91,8 +91,8 @@
 <context>location</context>
 
 <para>
-Determines how many times to look for a string to be replaced,
-once or several times.
+Indicates whether to look for a string to replace once or
+several times.
 </para>
 
 </directive>