diff xml/en/docs/http/ngx_http_xslt_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents 95c3c3bbf1ce
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_xslt_module.xml	Fri Sep 11 15:46:11 2020 +0300
+++ b/xml/en/docs/http/ngx_http_xslt_module.xml	Mon Sep 21 15:45:07 2020 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_xslt_module"
         link="/en/docs/http/ngx_http_xslt_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -114,10 +114,10 @@
 
 <para>
 There could be several <literal>xslt_param</literal> directives.
-These directives are inherited from the previous level if and
-only if there are no
-<literal>xslt_param</literal> and <link id="xslt_string_param"/>
-directives defined on the current level.
+These directives are inherited from the previous configuration level
+if and only if there are no <literal>xslt_param</literal> and
+<link id="xslt_string_param"/> directives
+defined on the current level.
 </para>
 
 </directive>
@@ -139,10 +139,10 @@
 
 <para>
 There could be several <literal>xslt_string_param</literal> directives.
-These directives are inherited from the previous level if and
-only if there are no
-<link id="xslt_param"/> and <literal>xslt_string_param</literal>
-directives defined on the current level.
+These directives are inherited from the previous configuration level
+if and only if there are no <link id="xslt_param"/> and
+<literal>xslt_string_param</literal> directives
+defined on the current level.
 </para>
 
 </directive>