Skip to content

Commit ee65e97

Browse files
committed
Fix a typo in a comment
1 parent bec5cde commit ee65e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/connection_adapters/trilogy_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def initialize_type_map(m)
7676
def initialize(config, *)
7777
config = config.dup
7878

79-
# Trilogy ignore `socket` if `host is set. We want the opposite to allow
79+
# Trilogy ignores `socket` if `host is set. We want the opposite to allow
8080
# configuring UNIX domain sockets via `DATABASE_URL`.
8181
config.delete(:host) if config[:socket]
8282

0 commit comments

Comments
 (0)