@@ -156,7 +156,7 @@ As mentioned before, for the autoloader to work, it needs to know that the
156156``Sensio `` namespace lives in the ``vendor/sensio/framework-extra-bundle ``
157157directory and that, for example, the ``Doctrine `` namespace lives in the
158158``vendor/doctrine/orm/lib/ `` directory. This mapping is entirely controlled by
159- Composer. Each third-party library you load through Composer hastheir
159+ Composer. Each third-party library you load through Composer hasits
160160settings defined and Composer takes care of everything for you.
161161
162162For this to work, all third-party libraries used by your project must be
@@ -175,7 +175,7 @@ from specific directories without defining a dependency:
175175}
176176
177177 This means that if a class is not found in the ``vendor `` directory, Composer
178- will search in the ``src `` directory before throwing a "class does notexists "
178+ will search in the ``src `` directory before throwing a "class does notexist "
179179exception. Read more about configuring the Composer Autoloader in
180180`the Composer documentation `_
181181