aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorohbarye <over.rye@gmail.com>2018-10-24 01:16:02 +0900
committerohbarye <over.rye@gmail.com>2018-10-24 01:16:02 +0900
commit7217179d1e03ab3d6ece4f3aa19fe29af2a496da (patch)
treef0267ea1f57c6ba69bf49b6f92adbd075e66ae05 /activerecord/lib
parentadf61b891a781047e13773805f7f1c6d5db1bc7d (diff)
downloadrails-7217179d1e03ab3d6ece4f3aa19fe29af2a496da.tar.gz
rails-7217179d1e03ab3d6ece4f3aa19fe29af2a496da.tar.bz2
rails-7217179d1e03ab3d6ece4f3aa19fe29af2a496da.zip
Fix typo of duplicated `the` [ci skip]
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/database_configurations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/database_configurations.rb b/activerecord/lib/active_record/database_configurations.rb
index fa1589511e..30cb0a27e7 100644
--- a/activerecord/lib/active_record/database_configurations.rb
+++ b/activerecord/lib/active_record/database_configurations.rb
@@ -29,7 +29,7 @@ module ActiveRecord
# configs for all environments.
# <tt>spec_name:</tt> The specification name (ie primary, animals, etc.). Defaults
# to +nil+.
- # <tt>include_replicas:</tt> Determines whether to include replicas in the
+ # <tt>include_replicas:</tt> Determines whether to include replicas in
# the returned list. Most of the time we're only iterating over the write
# connection (i.e. migrations don't need to run for the write and read connection).
# Defaults to +false+.