Skip to content

Commit a07d702

Browse files
committed
Fixing typo
1 parent fe25a8f commit a07d702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/symfony1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ can see that it lives in the ``Acme\DemoBundle\Controller`` namespace. Yet, the
164164
``Acme`` namespace is not defined in the ``app/autoload.php``. By default you
165165
do not need to explicitly configure the location of bundles that live in the
166166
``src/`` directory. The ``UniversalClassLoader`` is configured to fallback to
167-
the ``src/`` dierectory using its ``registerNamespaceFallbacks`` method:
167+
the ``src/`` directory using its ``registerNamespaceFallbacks`` method:
168168

169169
.. code-block:: php
170170

0 commit comments

Comments
 (0)