Skip to content

Commit 715eb81

Browse files
committed
Fixing typo, updating reference - see #1165
1 parent de496fc commit 715eb81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/symfony1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Specifically, the namespace, ``Sensio\Bundle\FrameworkExtraBundle``, spells out
133133
the directory that the file should live in
134134
(``vendor/sensio/framework-extra-bundle/Sensio/Bundle/FrameworkExtraBundle/``).
135135
This is because, in the ``app/autoload.php`` file, you'll configure Symfony to
136-
look for the ``Sensio`` namespace in the ``vendor/sension`` directory:
136+
look for the ``Sensio`` namespace in the ``vendor/sensio`` directory:
137137

138138
.. code-block:: php
139139

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Configuration Reference
117117
<doctrine:mapping
118118
name="DoctrineExtensions"
119119
type="xml"
120-
dir="%kernel.root_dir%/../src/vendor/DoctrineExtensions/lib/DoctrineExtensions/Entity"
120+
dir="%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/DoctrineExtensions/Entity"
121121
prefix="DoctrineExtensions\Entity"
122122
alias="DExt"
123123
/>

0 commit comments

Comments
 (0)