Skip to content

Commit 18ff0f0

Browse files
committed
Fix typo: libaries -> libraries
1 parent bceb736 commit 18ff0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/middleware/database_selector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module Middleware
4444
# config.active_record.database_resolver_context = MyResolver::MySession
4545
#
4646
# Note: If you are using `rails new my_app --minimal` you will need to call
47-
# `require "active_support/core_ext/integer/time"` to load the libaries
47+
# `require "active_support/core_ext/integer/time"` to load the libraries
4848
# for +Time+.
4949
class DatabaseSelector
5050
def initialize(app, resolver_klass = nil, context_klass = nil, options = {})

0 commit comments

Comments
 (0)