Fixed Typo

typo
This commit is contained in:
Fabien POMEROL 2012-08-11 12:24:15 +03:00
parent 141b976479
commit 94f6b5277d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Now you will need to add the `Gregwar` namespace to your autoloader:
<?php
// app/autoload.php
$loader->registerNamspaces(array(
$loader->registerNamespaces(array(
// ...
'Gregwar' => __DIR__.'/../vendor/bundles',
));