diff --git a/profiler/storage.rst b/profiler/storage.rst index f52613d7d39..f4bdaaca061 100644 --- a/profiler/storage.rst +++ b/profiler/storage.rst @@ -45,7 +45,7 @@ directory. If you want to use another location to store the profiles, define the // ... $container->loadFromExtension('framework', array( 'profiler' => array( - 'dsn' => 'file:/tmp/symfony/profiler', + 'dsn' => 'file:/tmp/symfony/profiler', ), ));