missing spaces

This commit is contained in:
Patrick 2014-11-07 09:37:17 +01:00
parent 27b3e57eb9
commit 9710403de1

View file

@ -120,7 +120,7 @@ To make this change we need to pass an options array to the `Mustache_Engine` co
```php ```php
$injector->define('Mustache_Engine', [ $injector->define('Mustache_Engine', [
':options' => [ ':options' => [
'loader' => new Mustache_Loader_FilesystemLoader(dirname(__DIR__).'/templates'), 'loader' => new Mustache_Loader_FilesystemLoader(dirname(__DIR__) . '/templates'),
], ],
]); ]);
``` ```