From adbb20bf10498bd790b172f60243189f4e63f266 Mon Sep 17 00:00:00 2001 From: Sheharyar Naseer Date: Sun, 24 Aug 2025 20:10:44 -0600 Subject: [PATCH] Fix typo in pending dev migration error message --- lib/migration_generator/migration_generator.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/migration_generator/migration_generator.ex b/lib/migration_generator/migration_generator.ex index 74e0611d..86920ed4 100644 --- a/lib/migration_generator/migration_generator.ex +++ b/lib/migration_generator/migration_generator.ex @@ -460,8 +460,8 @@ defmodule AshPostgres.MigrationGenerator do You have migrations remaining that were generated with the --dev flag. - Run `mix ash.codegen ` to remove the dev migraitons and replace them - with production ready migrations. + Run `mix ash.codegen ` to remove the dev migrations and replace them + with production-ready migrations. """) exit({:shutdown, 1})