Skip to content

Commit a9c0460

Browse files
authored
Small wording tweak
1 parent 6ff4bbb commit a9c0460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/2-client.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ config = {
2222
statement_timeout?: number, // number of milliseconds before a statement in query will time out, default is no timeout
2323
query_timeout?: number, // number of milliseconds before a query call will timeout, default is no timeout
2424
connectionTimeoutMillis?: number, // number of milliseconds to wait for connection, default is no timeout
25-
idle_in_transaction_session_timeout?: number // number of milliseconds before terminating any session with an open idle connection, default is no timeout
25+
idle_in_transaction_session_timeout?: number // number of milliseconds before terminating any session with an open idle transaction, default is no timeout
2626
}
2727
```
2828

0 commit comments

Comments
 (0)