Skip to content

Commit ff3c3d0

Browse files
authored
typo
1 parent bb8ec26 commit ff3c3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/dbal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Then configure the ``DATABASE_URL`` environment variable in ``.env``:
3737
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name"
3838
3939
Further things can be configured in ``config/packages/doctrine.yaml`` - see
40-
:ref:`reference-dbal-configuration`. You remove the ``orm`` key in that file
40+
:ref:`reference-dbal-configuration`. Remove the ``orm`` key in that file
4141
if you *don't* want to use the Doctrine ORM.
4242

4343
You can then access the Doctrine DBAL connection by autowiring the ``Connection``

0 commit comments

Comments
 (0)