Skip to content

Commit 58cfbd1

Browse files
kenjisMGatner
andcommitted
docs: fix typo
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent f9658b8 commit 58cfbd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/database/transactions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ methods and they will all be committed or rolled back based on the success
4646
or failure of any given query.
4747

4848
.. note:: Since v4.3.0, ``DBDebug`` is true by default in all environments.
49-
When ``DBDebug`` is true, if an query error occurs, all the queries
49+
When ``DBDebug`` is true, if a query error occurs, all the queries
5050
will be rolled backed, and an exception will be thrown.
5151
In previous versions, ``DBDebug`` was false in production environment,
5252
and different database drivers might throw different exception classes
@@ -66,7 +66,7 @@ Strict Mode can be disabled as follows:
6666
.. literalinclude:: transactions/002.php
6767

6868
.. note:: Since v4.3.0, ``DBDebug`` is true by default in all environments.
69-
When ``DBDebug`` is true, if an query error occurs, all the queries
69+
When ``DBDebug`` is true, if a query error occurs, all the queries
7070
will be rolled backed, and an exception will be thrown.
7171
In previous versions, ``DBDebug`` was false in production environment,
7272
and different database drivers might throw different exception classes
@@ -84,7 +84,7 @@ If the ``DBDebug`` is false, you can manage your own errors like this:
8484
.. literalinclude:: transactions/003.php
8585

8686
.. note:: Since v4.3.0, ``DBDebug`` is true by default in all environments.
87-
When ``DBDebug`` is true, if an query error occurs, all the queries
87+
When ``DBDebug`` is true, if a query error occurs, all the queries
8888
will be rolled backed, and an exception will be thrown.
8989
In previous versions, ``DBDebug`` was false in production environment,
9090
and different database drivers might throw different exception classes

0 commit comments

Comments
 (0)