Commit 6163d402 authored by Andrew M's avatar Andrew M

Fix typo: modfiy => modify

parent 5f207d29
...@@ -232,7 +232,7 @@ by this behaviour. ...@@ -232,7 +232,7 @@ by this behaviour.
To initialize a ``Doctrine\DBAL\Connection`` with auto-commit disabled, To initialize a ``Doctrine\DBAL\Connection`` with auto-commit disabled,
you can also use the ``Doctrine\DBAL\Configuration`` container to modfiy the you can also use the ``Doctrine\DBAL\Configuration`` container to modify the
default auto-commit mode via ``Doctrine\DBAL\Configuration::setAutoCommit(false)`` default auto-commit mode via ``Doctrine\DBAL\Configuration::setAutoCommit(false)``
and pass it to a ``Doctrine\DBAL\Connection`` when instantiating. and pass it to a ``Doctrine\DBAL\Connection`` when instantiating.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment