We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48275db + 368ed3f commit 1696d5cCopy full SHA for 1696d5c
migrate/auto.go
@@ -191,7 +191,7 @@ func (am *AutoMigrator) plan(ctx context.Context) (*changeset, error) {
191
}
192
193
// Migrate writes required changes to a new migration file and runs the migration.
194
-// This will create and entry in the migrations table, making it possible to revert
+// This will create an entry in the migrations table, making it possible to revert
195
// the changes with Migrator.Rollback(). MigrationOptions are passed on to Migrator.Migrate().
196
func (am *AutoMigrator) Migrate(ctx context.Context, opts ...MigrationOption) (*MigrationGroup, error) {
197
migrations, _, err := am.createSQLMigrations(ctx, false)
0 commit comments