Skip to content

Commit c40113d

Browse files
Use comma after etc.
Use comma before etc.
1 parent 3072d75 commit c40113d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_multiple_databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ database you can run `bin/rails db:create:animals`.
203203
## Connecting to Databases without Managing Schema and Migrations
204204

205205
If you would like to connect to an external database without any database
206-
management tasks such as schema management, migrations, seeds, etc. you can set
206+
management tasks such as schema management, migrations, seeds, etc., you can set
207207
the per database config option `database_tasks: false`. By default it is
208208
set to true.
209209

0 commit comments

Comments
 (0)