Skip to content

Commit 23392e4

Browse files
authored
Fix typo on configuration docs (#2367)
1 parent d550d79 commit 23392e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ not recommended to override this.
432432
MySQL
433433
`````````````````
434434

435-
The MySQL adapter has an unfortunate limitation in that it certain actions causes an
435+
The MySQL adapter has an unfortunate limitation in that certain actions cause an
436436
`implicit commit <https://dev.mysql.com/doc/refman/8.0/en/implicit-commit.html>`_ regardless of transaction
437437
state. Notably this list includes ``CREATE TABLE``, ``ALTER TABLE``, and ``DROP TABLE``, which are the most
438438
common operations that Phinx will run. This means that unlike other adapters which will attempt to gracefully

0 commit comments

Comments
 (0)