Change "GROM" to "GORM"

That's it. Just a typo.
This commit is contained in:
Mark Platt 2016-10-20 22:18:09 -04:00 committed by GitHub
parent cf583c7d56
commit 64327f1fc2

View File

@ -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