Skip to content

Commit 102a017

Browse files
committed
[forms] Fixing mention of Doctrine2.
1 parent d27987c commit 102a017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/forms/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Constraints </guides/validator/constraints>`.
238238
Creating Form Fields Automatically
239239
----------------------------------
240240

241-
If you use Doctrine 2 or Symfony's ``Validator``, Symfony already knows quite
241+
If you use Doctrine2 or Symfony's ``Validator``, Symfony already knows quite
242242
a lot about your domain classes. It knows which data type is used to persist
243243
a property in the database, what validation constraints the property has etc.
244244
The Form component can use this information to "guess" which field type should
@@ -353,4 +353,4 @@ Symfony2 comes with the following helpers:
353353
Form rendering is covered in detail in :doc:`Forms in Templates <view>`.
354354

355355
Congratulations! You just created your first fully-functional form with
356-
Symfony2.
356+
Symfony2.

0 commit comments

Comments
 (0)