Skip to content

Commit af419d6

Browse files
committed
[book][orm] Fixing a few typos
1 parent 3f1130c commit af419d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine/orm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,12 +546,12 @@ types such as strings, integers and fields. However you can also integrate
546546
them nicely with associations.
547547

548548
This is done by the help of a dedicated field:
549-
:class:`Symfony\\Brigde\Doctrine\Form\Type\EntityType`. It provides a list of
549+
:class:`Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType`. It provides a list of
550550
choices from which an entity can be selected.
551551

552552
.. code-block:: php
553553
554-
use Symfony\Component\Form\EntityChoiceField;
554+
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
555555
556556
$builder->add('users','entity',
557557
array('class' => 'Acme\\HelloBundle\\Entity\\User',

0 commit comments

Comments
 (0)