missing spaces

This commit is contained in:
Patrick 2014-11-07 09:37:17 +01:00 committed by lubiana
parent 69e594c708
commit 68c6eafd1a
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

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