diff --git a/developer/topics/forms_api_reference.html b/developer/topics/forms_api_reference.html
index dd477b4..b370d4f 100644
--- a/developer/topics/forms_api_reference.html
+++ b/developer/topics/forms_api_reference.html
@@ -3565,7 +3565,7 @@ $form</span><span class="g-txt">[</span><span class="r-txt">'title'</span><span
 <p><strong>Description</strong>: The HTTP method with which the form
 will be submitted.</p>
 
-<p><strong>Values</strong>: GET or POST. Default is POST.</p>
+<p><strong>Values</strong>: <code>get</code> or <code>post</code>. Default is <code>post</code>.</p>
 
 <p><strong>Usage example</strong> (<a href="http://api.drupal.org/api/file/modules/node/node.module">node.module</a>):</p>
 
