From 7217179d1e03ab3d6ece4f3aa19fe29af2a496da Mon Sep 17 00:00:00 2001 From: ohbarye Date: Wed, 24 Oct 2018 01:16:02 +0900 Subject: Fix typo of duplicated `the` [ci skip] --- activerecord/lib/active_record/database_configurations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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. # spec_name: The specification name (ie primary, animals, etc.). Defaults # to +nil+. - # include_replicas: Determines whether to include replicas in the + # include_replicas: 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+. -- cgit v1.2.3