From a0c8c52a1bc8b61e48577bfd9932632cd9764d20 Mon Sep 17 00:00:00 2001 From: Krishna Singh Date: Tue, 23 Nov 2021 23:32:10 +0530 Subject: [PATCH] Fix active_record_multiple_databases.md guide typo --- guides/source/active_record_multiple_databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_record_multiple_databases.md b/guides/source/active_record_multiple_databases.md index 92d3aed2b6..ac13d105af 100644 --- a/guides/source/active_record_multiple_databases.md +++ b/guides/source/active_record_multiple_databases.md @@ -466,7 +466,7 @@ In most cases applications will not need to make any changes except to opt-in to new behavior (if upgrading from 6.0 and below) by setting `config.active_record.legacy_connection_handling = false`. If you have a single database application, no other changes will be required. If you have a multiple database application -the following changes are required if you application is using these methods: +the following changes are required if your application is using these methods: * `connection_handlers` and `connection_handlers=` no longer works in the new connection handling. If you were calling a method on one of the connection handlers, for example,