Skip to content

Commit ad0fd66

Browse files
authored
fix: resolve a typo in pending dev migration error message (#608)
1 parent ed22f3e commit ad0fd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/migration_generator/migration_generator.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ defmodule AshPostgres.MigrationGenerator do
460460
461461
You have migrations remaining that were generated with the --dev flag.
462462
463-
Run `mix ash.codegen <name>` to remove the dev migraitons and replace them
464-
with production ready migrations.
463+
Run `mix ash.codegen <name>` to remove the dev migrations and replace them
464+
with production-ready migrations.
465465
""")
466466

467467
exit({:shutdown, 1})

0 commit comments

Comments
 (0)