diff --git a/cookbook/configuration/external_parameters.rst b/cookbook/configuration/external_parameters.rst index 5807cf9dddd..b1b66990c78 100644 --- a/cookbook/configuration/external_parameters.rst +++ b/cookbook/configuration/external_parameters.rst @@ -68,7 +68,7 @@ You can now reference these parameters wherever you need them. doctrine: dbal: - driver pdo_mysql + driver: pdo_mysql dbname: symfony_project user: '%database.user%' password: '%database.password%'