]> granicus.if.org Git - apache/commitdiff
Typos and grammar corrections
authorMike Rumph <mrumph@apache.org>
Thu, 3 Dec 2015 16:01:19 +0000 (16:01 +0000)
committerMike Rumph <mrumph@apache.org>
Thu, 3 Dec 2015 16:01:19 +0000 (16:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717786 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_allowmethods.xml

index ebecf8631b1eba3125e8680764b58f70731541f9..e73e0e23ade9fb1638f60fe603433df941ee457f 100644 (file)
@@ -40,7 +40,7 @@ in order for it to rebuild correctly.
 
 <summary>
 <p>This module makes it easy to restrict what HTTP methods can be
-used on an server. The most common configuration would be:</p>
+used on a server. The most common configuration would be:</p>
 
 <highlight language="config">
 &lt;Location "/"&gt;
@@ -61,9 +61,9 @@ used on an server. The most common configuration would be:</p>
 
 <usage>
 
-<p>The HTTP-methods are case sensitive, and are generally as per
-RFC given in upper case. The GET and HEAD methods are treated as
-equivalent. The <code>reset</code> keyword can be used
+<p>The HTTP-methods are case sensitive and are generally, as per
+RFC, given in upper case. The GET and HEAD methods are treated as
+equivalent. The <code>reset</code> keyword can be used to
 turn off <module>mod_allowmethods</module> in a deeper nested context:</p>
 
 <highlight language="config">
@@ -73,7 +73,7 @@ turn off <module>mod_allowmethods</module> in a deeper nested context:</p>
 </highlight>
 
 <note><title>Caution</title>
-  <p>The TRACE method can not be denied by this module,
+  <p>The TRACE method cannot be denied by this module;
   use <directive module="core">TraceEnable</directive> instead.</p>
 </note>