浏览代码

added to index, small fix

Andrej Hudec 13 年之前
父节点
当前提交
ed5bece6d4
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 1 0
      Resources/doc/index.rst
  2. 3 3
      Resources/doc/reference/form_help_message.rst

+ 1 - 0
Resources/doc/index.rst

@@ -25,6 +25,7 @@ Reference Guide
    reference/routing
    reference/saving_hooks
    reference/form_types
+   reference/form_help_message
    reference/field_types
    reference/conditional_validation
    reference/templates

+ 3 - 3
Resources/doc/reference/form_help_message.rst

@@ -1,10 +1,10 @@
 Form Help Messages
 ==========
 
-About Help messages
+Help Messages
 ------------------------
 
-Help messages are short notes that are rendered together with form fields. They are generally used to show additional information so the user can complete the form-element faster and more accurately.
+Help messages are short notes that are rendered together with form fields. They are generally used to show additional information so the user can complete the form element faster and more accurately.
 
 Example
 ----------------
@@ -24,7 +24,7 @@ Example
         }
     }
 
-Alternative way to define help message
+Alternative Way To Define Help Messages
 ----------------
 
 .. code-block:: php