aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-06-17 11:10:13 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-06-17 11:13:04 +0530
commitd5a5b812560b8e34b2c14f7c1bec68596412dd0d (patch)
tree5b3d7647b7665765ea08b66b17f1fc63da894831 /guides
parent6a033a06855f0b7a407ff8edbfc9f9aa45527edc (diff)
downloadrails-d5a5b812560b8e34b2c14f7c1bec68596412dd0d.tar.gz
rails-d5a5b812560b8e34b2c14f7c1bec68596412dd0d.tar.bz2
rails-d5a5b812560b8e34b2c14f7c1bec68596412dd0d.zip
Fix typo initialzer -> initializer [ci skip]
Diffstat (limited to 'guides')
-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.