Merge pull request #44860 from ghousemohamed/fix-typo-for-word-libraries

Fix typo: libaries -> libraries [ci-skip]
This commit is contained in:
Eugene Kenny 2022-04-08 08:51:21 +01:00 committed by GitHub
commit 8f39fbe18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module ActiveRecord
# config.active_record.database_resolver_context = MyResolver::MySession
#
# Note: If you are using `rails new my_app --minimal` you will need to call
# `require "active_support/core_ext/integer/time"` to load the libaries
# `require "active_support/core_ext/integer/time"` to load the libraries
# for +Time+.
class DatabaseSelector
def initialize(app, resolver_klass = nil, context_klass = nil, options = {})