Skip to content

Commit 8b658e3

Browse files
authored
fix: typo in deprecation notice for client.query()
1 parent 54c6fe8 commit 8b658e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pg/lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const byoPromiseDeprecationNotice = nodeUtils.deprecate(
3333

3434
const queryQueueLengthDeprecationNotice = nodeUtils.deprecate(
3535
() => {},
36-
'Calling client.query() when the client is already executing a query is deprecated and will be removed in pg@9.0. Use asycn/await or an external async flow control mechanism instead.'
36+
'Calling client.query() when the client is already executing a query is deprecated and will be removed in pg@9.0. Use async/await or an external async flow control mechanism instead.'
3737
)
3838

3939
class Client extends EventEmitter {

0 commit comments

Comments
 (0)