diff --git a/pages/docs/changelog.md b/pages/docs/changelog.md
index c51a6f3a17b..72c9845b6b7 100644
--- a/pages/docs/changelog.md
+++ b/pages/docs/changelog.md
@@ -9,7 +9,7 @@ GORM 2.0 is a rewrite from scratch, it introduces some incompatible-API change a
* Performance Improvements
* Modularity
-* Context, Batch Insert, Prepared Statment Mode, DryRun Mode, Join Preload, Find To Map, Create From Map, FindInBatches supports
+* Context, Batch Insert, Prepared Statement Mode, DryRun Mode, Join Preload, Find To Map, Create From Map, FindInBatches supports
* Nested Transaction/SavePoint/RollbackTo SavePoint supports
* Named Argument, Group Conditions, Upsert, Locking, Optimizer/Index/Comment Hints supports, SubQuery improvements
* Full self-reference relationships supports, Join Table improvements, Association Mode for batch data
diff --git a/pages/docs/index.md b/pages/docs/index.md
index 7c3679b25ec..070c4661938 100644
--- a/pages/docs/index.md
+++ b/pages/docs/index.md
@@ -12,7 +12,7 @@ The fantastic ORM library for Golang aims to be developer friendly.
* Hooks (Before/After Create/Save/Update/Delete/Find)
* Eager loading with `Preload`, `Joins`
* Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
-* Context, Prepared Statment Mode, DryRun Mode
+* Context, Prepared Statement Mode, DryRun Mode
* Batch Insert, FindInBatches, Find/Create with Map, CRUD with SQL Expr and Context Valuer
* SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, Named Argument, SubQuery
* Composite Primary Key, Indexes, Constraints
diff --git a/pages/index.md b/pages/index.md
index 11b57b2402a..9c8cce5bd97 100644
--- a/pages/index.md
+++ b/pages/index.md
@@ -10,7 +10,7 @@ comments: false
* Hooks (before/after create/save/update/delete/find)
* Eager loading with Preload, Joins
* Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
-* Context, Prepared Statment Mode, DryRun Mode
+* Context, Prepared Statement Mode, DryRun Mode
* Batch Insert, FindInBatches, Find/Create with Map, CRUD with SQL Expr and Context Valuer
* SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, Named Argument, SubQuery
* Composite Primary Key, Indexes, Constraints