Skip to content

Commit 32b6228

Browse files
committed
[#5017] Minor language tweaks
1 parent 1dbed80 commit 32b6228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/doctrine.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -449,11 +449,11 @@ The following block shows all possible configuration keys:
449449
.. note::
450450

451451
The ``server_version`` option was added in Doctrine DBAL 2.5, which is used
452-
by DoctrineBundle 1.3 version. The value of this option should match your
453-
database server version (use ``postgres -V`` or ``psql -V`` command to find
452+
by DoctrineBundle 1.3. The value of this option should match your database
453+
server version (use ``postgres -V`` or ``psql -V`` command to find
454454
your PostgreSQL version and ``mysql -V`` to get your MySQL version).
455455

456-
If you don't define this option and you don't have created your database yet,
456+
If you don't define this option and you haven't created your database yet,
457457
you may get ``PDOException`` errors because Doctrine will try to guess the
458458
database server version automatically and none is available.
459459

0 commit comments

Comments
 (0)