aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2019-06-17 14:50:52 +0900
committerGitHub <noreply@github.com>2019-06-17 14:50:52 +0900
commitb6068e6c42a070843b0a3844dc72c2a98ec3c6eb (patch)
tree5b3d7647b7665765ea08b66b17f1fc63da894831
parent6a033a06855f0b7a407ff8edbfc9f9aa45527edc (diff)
parentd5a5b812560b8e34b2c14f7c1bec68596412dd0d (diff)
downloadrails-b6068e6c42a070843b0a3844dc72c2a98ec3c6eb.tar.gz
rails-b6068e6c42a070843b0a3844dc72c2a98ec3c6eb.tar.bz2
rails-b6068e6c42a070843b0a3844dc72c2a98ec3c6eb.zip
Merge pull request #36502 from abhaynikam/fix-typo-in-active-record-multiple-database-guides
Fix typo initialzer -> initializer [ci skip]
-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.