Skip to content

Commit

Permalink
Fix "statment" typos (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: David Harkness <[email protected]>
  • Loading branch information
dharkness and David Harkness authored Jan 28, 2021
1 parent a18cb27 commit 040a635
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ comments: false
* <i class="fa fa-rocket" aria-hidden="true"></i> Hooks (before/after create/save/update/delete/find)
* <i class="fa fa-rocket" aria-hidden="true"></i> Eager loading with Preload, Joins
* <i class="fa fa-rocket" aria-hidden="true"></i> Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
* <i class="fa fa-rocket" aria-hidden="true"></i> Context, Prepared Statment Mode, DryRun Mode
* <i class="fa fa-rocket" aria-hidden="true"></i> Context, Prepared Statement Mode, DryRun Mode
* <i class="fa fa-rocket" aria-hidden="true"></i> Batch Insert, FindInBatches, Find/Create with Map, CRUD with SQL Expr and Context Valuer
* <i class="fa fa-rocket" aria-hidden="true"></i> SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, Named Argument, SubQuery
* <i class="fa fa-rocket" aria-hidden="true"></i> Composite Primary Key, Indexes, Constraints
Expand Down

0 comments on commit 040a635

Please sign in to comment.