From 4267df02af864237917276cf3abb9473041a9db2 Mon Sep 17 00:00:00 2001 From: David Harkness Date: Wed, 27 Jan 2021 18:21:58 -0800 Subject: [PATCH] Fix typo in README (#4012) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c0aded0..a3eabe39 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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 To Map * SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, NamedArg, Search/Update/Create with SQL Expr * Composite Primary Key