Skip to content

Commit 5a9264f

Browse files
authored
Fix typo
1 parent 031b8ee commit 5a9264f

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
@@ -35,7 +35,7 @@ type MigrationSet struct {
3535
// IgnoreUnknown skips the check to see if there is a migration
3636
// ran in the database that is not in MigrationSource.
3737
//
38-
// This should be used sparingly as it is removing a saftey check.
38+
// This should be used sparingly as it is removing a safety check.
3939
IgnoreUnknown bool
4040
}
4141

0 commit comments

Comments
 (0)