From 13a142215243f177c81e1ab04ea3df27587afa3f Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Fri, 27 Jun 2025 21:04:38 +0000 Subject: [PATCH] Fix typo on configuration docs Signed-off-by: Matthew Peveler --- docs/en/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/configuration.rst b/docs/en/configuration.rst index 330ab9492..d577c092e 100644 --- a/docs/en/configuration.rst +++ b/docs/en/configuration.rst @@ -432,7 +432,7 @@ not recommended to override this. MySQL ````````````````` -The MySQL adapter has an unfortunate limitation in that it certain actions causes an +The MySQL adapter has an unfortunate limitation in that certain actions cause an `implicit commit `_ regardless of transaction state. Notably this list includes ``CREATE TABLE``, ``ALTER TABLE``, and ``DROP TABLE``, which are the most common operations that Phinx will run. This means that unlike other adapters which will attempt to gracefully