Skip to content

Commit beae6d5

Browse files
authored
Merge pull request #2194 from Kocal/patch-1
Fix typo in `dbal.connections.default_dbname` configuration
2 parents 0ff098b + a9438ae commit beae6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ private function configureDbalDriverNode(ArrayNodeDefinition $node): void
357357
->end()
358358
->scalarNode('default_dbname')
359359
->info(
360-
'Override the default database (postgres) to connect to for PostgreSQL connexion.',
360+
'Override the default database (postgres) to connect to for PostgreSQL connection.',
361361
)
362362
->end()
363363
->scalarNode('sslmode')

0 commit comments

Comments
 (0)