Simple spelling issues on sea-orm-cli's toml source. (#918)

This commit is contained in:
Jinwoo Park 2022-07-27 18:39:09 +09:00 committed by GitHub
parent 710ef7a66b
commit cf124014e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,6 @@ features = [
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI. # 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. # View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.
# e.g. # e.g.
# "runtime-tokio-rustls", # `ASYNC_RUNTIME` featrure # "runtime-tokio-rustls", # `ASYNC_RUNTIME` feature
# "sqlx-postgres", # `DATABASE_DRIVER` feature # "sqlx-postgres", # `DATABASE_DRIVER` feature
] ]