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

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 813b8349cdbe
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_addition_module.xml	Wed Aug 14 17:21:19 2013 +0400
+++ b/xml/en/docs/http/ngx_http_addition_module.xml	Wed Aug 14 12:03:41 2013 +0400
@@ -16,7 +16,7 @@
 
 <para>
 The <literal>ngx_http_addition_module</literal> module is a filter
-that adds a text before and after a response.
+that adds text before and after a response.
 This module is not built by default, it should be enabled with the
 <literal>--with-http_addition_module</literal>
 configuration parameter.
@@ -49,7 +49,7 @@
 <context>location</context>
 
 <para>
-Adds a text returned as a result of processing a given subrequest,
+Adds the text returned as a result of processing a given subrequest
 before the response body.
 An empty string (<literal>""</literal>) as a parameter cancels addition
 inherited from the previous configuration level.
@@ -66,7 +66,7 @@
 <context>location</context>
 
 <para>
-Adds a text returned as a result of processing a given subrequest,
+Adds the text returned as a result of processing a given subrequest
 after the response body.
 An empty string (<literal>""</literal>) as a parameter cancels addition
 inherited from the previous configuration level.
@@ -84,7 +84,7 @@
 <appeared-in>0.7.9</appeared-in>
 
 <para>
-Allows to add text in responses with the specified MIME types,
+Allows adding text in responses with the specified MIME types,
 in addition to “<literal>text/html</literal>”.
 The special value “<literal>*</literal>” matches any MIME type (0.8.29).
 </para>