8000 Fix typo in external_parameters.rst · symfony/symfony-docs@2739a9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2739a9c

Browse files
gmorelweaverryan
authored andcommitted
Fix typo in external_parameters.rst
Missing `:` in yml doc
1 parent 7a9e99f commit 2739a9c

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