diff --git a/sea-orm-cli/template/migration/_Cargo.toml b/sea-orm-cli/template/migration/_Cargo.toml index 61a6f6b5..03cb031e 100644 --- a/sea-orm-cli/template/migration/_Cargo.toml +++ b/sea-orm-cli/template/migration/_Cargo.toml @@ -17,6 +17,6 @@ features = [ # Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI. # View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime. # e.g. - # "runtime-tokio-rustls", # `ASYNC_RUNTIME` featrure + # "runtime-tokio-rustls", # `ASYNC_RUNTIME` feature # "sqlx-postgres", # `DATABASE_DRIVER` feature ]