10000 bug #6757 Fix typo in external_parameters.rst (gmorel) · symfony/symfony-docs@d417735 · GitHub
[go: up one dir, main page]

Skip to content

Commit d417735

Browse files
committed
bug #6757 Fix typo in external_parameters.rst (gmorel)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6757). Discussion ---------- Fix typo in external_parameters.rst Missing `:` in yml doc Keep up the good work ! Commits ------- 2739a9c Fix typo in external_parameters.rst
2 parents 7a9e99f + 2739a9c commit d417735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/external_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can now reference these parameters wherever you need them.
6868
6969
doctrine:
7070
dbal:
71-
driver pdo_mysql
71+
driver: pdo_mysql
7272
dbname: symfony_project
7373
user: '%database.user%'
7474
password: '%database.password%'

0 commit comments

Comments
 (0)
0