Skip to content

Commit e978d82

Browse files
committed
s/right/wrong/
1 parent 0c52f39 commit e978d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ gem install statement_timeout
4444
StatementTimeout.configure do |config|
4545
# When using a connection pooler like PgBouncer while in transaction mode, it
4646
# is required that you change the default mode from :session to :transaction
47-
# otherwise the statement timeouts may be SET on the right connection.
47+
# otherwise the statement timeouts may be SET on the wrong connection.
4848
config.default_mode = :transaction
4949
end
5050
```

0 commit comments

Comments
 (0)