From: Rich Bowen
Date: Fri, 3 Jan 2020 19:19:18 +0000 (+0000)
Subject: missing word
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1727
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a634b626ae9886e747415d004bb0a383b80ea4c9;p=thirdparty%2Fapache%2Fhttpd.git
missing word
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872293 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en
index f90cf56b375..e42afe067d6 100644
--- a/docs/manual/rewrite/avoid.html.en
+++ b/docs/manual/rewrite/avoid.html.en
@@ -202,7 +202,7 @@ accomplish.
mod_rewrite 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
-<If>.
+<If> directive.
Consider, for example, the common scenario where
RewriteRule is used to enforce a canonical
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index df7557973ce..2dab02fefeb 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -218,7 +218,7 @@ accomplish.
mod_rewrite 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
-If.
+If directive.
Consider, for example, the common scenario where
RewriteRule is used to enforce a canonical