diff --git a/documents/development.md b/documents/development.md index e21f54dc..24564aff 100644 --- a/documents/development.md +++ b/documents/development.md @@ -23,7 +23,7 @@ if YetAnotherCondition { } ``` -When we start to perform any operations, GROM will create a new `*gorm.Scope` instance based on current `*gorm.DB` +When we start to perform any operations, GORM will create a new `*gorm.Scope` instance based on current `*gorm.DB` ```go // perform a querying operation