diff xml/en/docs/http/ngx_http_sub_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 dc1e51247404
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_sub_module.xml	Fri Sep 11 15:46:11 2020 +0300
+++ b/xml/en/docs/http/ngx_http_sub_module.xml	Mon Sep 21 15:45:07 2020 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_sub_module"
         link="/en/docs/http/ngx_http_sub_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -57,9 +57,10 @@
 The string to replace is matched ignoring the case.
 The string to replace (1.9.4) and replacement string can contain variables.
 Several <literal>sub_filter</literal> directives
-can be specified on one configuration level (1.9.4).
-These directives are inherited from the previous level if and only if there are
-no <literal>sub_filter</literal> directives defined on the current level.
+can be specified on the same configuration level (1.9.4).
+These directives are inherited from the previous configuration level
+if and only if there are no <literal>sub_filter</literal> directives
+defined on the current level.
 </para>
 
 </directive>