Fix typo [ci skip]

This commit is contained in:
Ryuta Kamizono 2021-08-17 12:41:08 +09:00
parent dfef44716a
commit 49fee6572c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
* Add database config option `database_tasks`
If you would like to connect to an external database without any database
mangement tasks such as schema management, migrations, seeds, etc. you can set
management tasks such as schema management, migrations, seeds, etc. you can set
the per database config option `database_tasks: false`
```yaml

View File

@ -205,7 +205,7 @@ database you can run `bin/rails db:create:animals`.
## Connecting to Databases without Managing Schema and Migrations
If you would like to connect to an external database without any database
mangement tasks such as schema management, migrations, seeds, etc. you can set
management tasks such as schema management, migrations, seeds, etc. you can set
the per database config option `database_tasks: false`. By default it is
set to true.