@@ -156,7 +156,7 @@ As mentioned before, for the autoloader to work, it needs to know that the
156
156
``Sensio `` namespace lives in the ``vendor/sensio/framework-extra-bundle ``
157
157
directory and that, for example, the ``Doctrine `` namespace lives in the
158
158
``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
160
160
settings defined and Composer takes care of everything for you.
161
161
162
162
For this to work, all third-party libraries used by your project must be
@@ -175,7 +175,7 @@ from specific directories without defining a dependency:
175
175
}
176
176
177
177
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 "
179
179
exception. Read more about configuring the Composer Autoloader in
180
180
`the Composer documentation `_
181
181