1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use comma after etc.

Use comma before etc.
This commit is contained in:
Kaíque Kandy Koga 2021-12-17 13:07:40 -03:00
parent 3072d750ea
commit c40113d9cc

View file

@ -203,7 +203,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
management 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.