[WebBundle] Fixed some typos in skeleton config files

This commit is contained in:
Fabien Pennequin 2010-02-22 01:47:32 +01:00
parent 61f3603a7a
commit 0b5f017084
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<doctrine:dbal <doctrine:dbal
dbname="xxxxxxxx" dbname="xxxxxxxx"
username="root" user="root"
password="" password=""
/> />

View File

@ -10,7 +10,7 @@ web.templating:
doctrine.dbal: doctrine.dbal:
dbname: xxxxxxxx dbname: xxxxxxxx
username: root user: root
password: ~ password: ~
doctrine.orm: ~ doctrine.orm: ~