浏览代码

fix grammar issue (#3941)

Sébastien Kergreis 9 年之前
父节点
当前提交
c1d73fce0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/doc/getting_started/the_form_view.rst

+ 1 - 1
Resources/doc/getting_started/the_form_view.rst

@@ -122,7 +122,7 @@ Using the Sonata Model Type
 
 To make life easier for admins, you can use the
 :ref:`sonata_type_model field type <field-types-model>`. This field type will
-also render as a choice field, but it includes a create button to open an
+also render as a choice field, but it includes a create button to open a
 dialog with the admin of the referenced model in it:
 
 .. code-block:: php