소스 검색

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