aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2019-01-31 11:38:34 +0900
committerGitHub <noreply@github.com>2019-01-31 11:38:34 +0900
commit23125378673bcc606b274027666a126573e136f8 (patch)
treed93f7c9d6e052ae58abcdefe808476110313e60f /activerecord
parent1f5e21bcbce41a5d49998df9ee58c1c875626fd6 (diff)
parent15db608f3e26c8fe343c22db941acee02ea8f71c (diff)
downloadrails-23125378673bcc606b274027666a126573e136f8.tar.gz
rails-23125378673bcc606b274027666a126573e136f8.tar.bz2
rails-23125378673bcc606b274027666a126573e136f8.zip
Merge pull request #35109 from abhaynikam/35073-fix-automatic-database-switching-doc-typo
Fix typo: inherts -> inherits [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/middleware/database_selector/resolver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/middleware/database_selector/resolver.rb b/activerecord/lib/active_record/middleware/database_selector/resolver.rb
index 27050c9f2d..acdb9b3238 100644
--- a/activerecord/lib/active_record/middleware/database_selector/resolver.rb
+++ b/activerecord/lib/active_record/middleware/database_selector/resolver.rb
@@ -9,7 +9,7 @@ module ActiveRecord
# determine which database the request should use.
#
# To change the behavior of the Resolver class in your application,
- # create a custom resolver class that inherts from
+ # create a custom resolver class that inherits from
# DatabaseSelector::Resolver and implements the methods that need to
# be changed.
#