]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
missing word
authorRich Bowen <rbowen@apache.org>
Fri, 3 Jan 2020 19:19:18 +0000 (19:19 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Jan 2020 19:19:18 +0000 (19:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872293 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.html.en
docs/manual/rewrite/avoid.xml

index f90cf56b375dd87db18a8f4e30ddfddc87807963..e42afe067d6ccc9e02c24ab9522a0dc5f715e359 100644 (file)
@@ -202,7 +202,7 @@ accomplish.</p>
 <p><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> is frequently used to take a particular
 action based on the presence or absence of a particular environment
 variable or request header. This can be done more efficiently using the
-<code class="directive"><a href="../mod/core.html#if">&lt;If&gt;</a></code>.</p>
+<code class="directive"><a href="../mod/core.html#if">&lt;If&gt;</a></code> directive.</p>
 
 <p>Consider, for example, the common scenario where
 <code class="directive">RewriteRule</code> is used to enforce a canonical
index df7557973cebc7d6081efbc217deba28fe96a43d..2dab02fefeb610d470efc030aa92db09cf74898e 100644 (file)
@@ -218,7 +218,7 @@ accomplish.</p>
 <p><module>mod_rewrite</module> is frequently used to take a particular
 action based on the presence or absence of a particular environment
 variable or request header. This can be done more efficiently using the
-<directive module="core" type="section">If</directive>.</p>
+<directive module="core" type="section">If</directive> directive.</p>
 
 <p>Consider, for example, the common scenario where
 <directive>RewriteRule</directive> is used to enforce a canonical