From cf124014e82d3ab2d315f74e99e2c3df3ca3f9ab Mon Sep 17 00:00:00 2001 From: Jinwoo Park Date: Wed, 27 Jul 2022 18:39:09 +0900 Subject: [PATCH] Simple spelling issues on sea-orm-cli's toml source. (#918) --- sea-orm-cli/template/migration/_Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]