diff xml/en/docs/http/ngx_http_headers_module.xml @ 2391:375a3dfde23b

Unified phrase "Parameter value can contain variables".
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 29 May 2019 16:04:53 +0300
parents 6ca49554d5fe
children eeed494bba51
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_headers_module.xml
+++ b/xml/en/docs/http/ngx_http_headers_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_headers_module"
         link="/en/docs/http/ngx_http_headers_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -57,7 +57,7 @@ add_header Cache-Control private;
 Adds the specified field to a response header provided that
 the response code equals 200, 201 (1.3.10), 204, 206, 301, 302, 303, 304,
 307 (1.1.16, 1.0.13), or 308 (1.13.0).
-The value can contain variables.
+Parameter value can contain variables.
 </para>
 
 <para>
@@ -90,7 +90,7 @@ the header field will be added regardles
 <para>
 Adds the specified field to the end of a response provided that
 the response code equals 200, 201, 206, 301, 302, 303, 307, or 308.
-The value can contain variables.
+Parameter value can contain variables.
 </para>
 
 <para>