浏览代码

Typo: "CollectionType" instead of "Collection Type" (#4394)

Nikolay Oleynikov 8 年之前
父节点
当前提交
a84477e60b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/doc/reference/form_types.rst

+ 1 - 1
Resources/doc/reference/form_types.rst

@@ -452,7 +452,7 @@ btn_add, btn_list, btn_delete and btn_catalogue:
 sonata_type_collection
 ^^^^^^^^^^^^^^^^^^^^^^
 
-The ``Collection Type`` is meant to handle creation and editing of model
+The ``CollectionType`` is meant to handle creation and editing of model
 collections. Rows can be added and deleted, and your model abstraction layer may
 allow you to edit fields inline. You can use ``type_options`` to pass values
 to the underlying forms.