Skip to content

Commit 03a1114

Browse files
authored
Fix typo
1 parent 5a9264f commit 03a1114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func SetSchema(name string) {
109109
// SetIgnoreUnknown sets the flag that skips database check to see if there is a
110110
// migration in the database that is not in migration source.
111111
//
112-
// This should be used sparingly as it is removing a saftey check.
112+
// This should be used sparingly as it is removing a safety check.
113113
func SetIgnoreUnknown(v bool) {
114114
migSet.IgnoreUnknown = v
115115
}

0 commit comments

Comments
 (0)