diff --git a/docs/ref/models/constraints.txt b/docs/ref/models/constraints.txt
index 99e5332ca3..f7549c0252 100644
--- a/docs/ref/models/constraints.txt
+++ b/docs/ref/models/constraints.txt
@@ -200,7 +200,7 @@ enforced immediately after every command.
 .. admonition:: MySQL, MariaDB, and SQLite.
 
     Deferrable unique constraints are ignored on MySQL, MariaDB, and SQLite as
-    neither supports them.
+    they do not support them.
 
 .. warning::