diff --git a/doc/build/core/metadata.rst b/doc/build/core/metadata.rst
index 1eade1c1cf..74802b1c31 100644
--- a/doc/build/core/metadata.rst
+++ b/doc/build/core/metadata.rst
@@ -248,7 +248,7 @@ There are two major migration tools available for SQLAlchemy:
supporting such features as transactional DDL, automatic generation of "candidate"
migrations, an "offline" mode which generates SQL scripts, and support for branch
resolution.
-* `SQLAlchemy-Migrate `_ - The original
+* `SQLAlchemy-Migrate `_ - The original
migration tool for SQLAlchemy, SQLAlchemy-Migrate is widely used and continues
under active development. SQLAlchemy-Migrate includes features such as
SQL script generation, ORM class generation, ORM model comparison, and extensive