Virtual Hosting
Although it is possible to handle virtual hosts
-with mod_rewrite, it is seldom the right way. Creating individual
+with mod_rewrite, it is seldom the right way. Creating individual
VirtualHost blocks is
almost always the right way to go. In the
event that you have an enormous number of virtual hosts, consider using
diff --git a/docs/manual/rewrite/vhosts.xml b/docs/manual/rewrite/vhosts.xml
index 41322a094c..3c7d4a36fa 100644
--- a/docs/manual/rewrite/vhosts.xml
+++ b/docs/manual/rewrite/vhosts.xml
@@ -36,7 +36,7 @@ configured virtual hosts.
virtual hosts. You should first consider the alternatives before resorting to
mod_rewrite. See also the "how to avoid
-mod_rewrite document.
+mod_rewrite document.
Module documentation