Typo fix in "advanced" document

Little typo (character missing) fixed.
This commit is contained in:
Semih Tok 2017-05-16 10:22:01 +03:00 committed by GitHub
parent 8e2c4ee981
commit d453161737

View File

@ -161,7 +161,7 @@ Gorm has built-in logger support, by default, it will print happened errors
// Enable Logger, show detailed log // Enable Logger, show detailed log
db.LogMode(true) db.LogMode(true)
// Diable Logger, don't show any log // Disable Logger, don't show any log
db.LogMode(false) db.LogMode(false)
// Debug a single operation, show detailed log for this operation // Debug a single operation, show detailed log for this operation