From 64327f1fc2825f70c4495bdffb27091f50d94645 Mon Sep 17 00:00:00 2001 From: Mark Platt Date: Thu, 20 Oct 2016 22:18:09 -0400 Subject: [PATCH] Change "GROM" to "GORM" That's it. Just a typo. --- documents/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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