Skip to content

Commit 0f57141

Browse files
authored
Merge pull request rails#43700 from krishnasingh001/fix-active_record_multiple_databases_typo
Fix active_record_multiple_databases.md guide typo
2 parents fd16f9b + a0c8c52 commit 0f57141

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
@@ -466,7 +466,7 @@ In most cases applications will not need to make any changes except to opt-in to
466466
new behavior (if upgrading from 6.0 and below) by setting
467467
`config.active_record.legacy_connection_handling = false`. If you have a single database
468468
application, no other changes will be required. If you have a multiple database application
469-
the following changes are required if you application is using these methods:
469+
the following changes are required if your application is using these methods:
470470

471471
* `connection_handlers` and `connection_handlers=` no longer works in the new connection
472472
handling. If you were calling a method on one of the connection handlers, for example,

0 commit comments

Comments
 (0)