Explorar o código

fix grammar issue (#3941)

Sébastien Kergreis %!s(int64=9) %!d(string=hai) anos
pai
achega
c1d73fce0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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