aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_multiple_databases.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/active_record_multiple_databases.md')
-rw-r--r--guides/source/active_record_multiple_databases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_multiple_databases.md b/guides/source/active_record_multiple_databases.md
index 7847746a3a..d7d9bd1ca9 100644
--- a/guides/source/active_record_multiple_databases.md
+++ b/guides/source/active_record_multiple_databases.md
@@ -283,6 +283,6 @@ you to split the joins into 2 selects manually.
### Schema Cache
-If you use a schema cache and multiple database you'll need to write an initialzer
+If you use a schema cache and multiple databases you'll need to write an initializer
that loads the schema cache from your app. This wasn't an issue we could resolve in
time for Rails 6.0 but hope to have it in a future version soon.