Skip to content

Commit c45f896

Browse files
committed
fix: typo
1 parent 05bbd63 commit c45f896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pg/lib/native/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const NativeQuery = (module.exports = function (config, values, callback) {
1919
// then emit them as they come in
2020
// without setting singleRowMode to true
2121
// this has almost no meaning because libpq
22-
// reads all rows into memory befor returning any
22+
// reads all rows into memory before returning any
2323
this._emitRowEvents = false
2424
this.on(
2525
'newListener',

0 commit comments

Comments
 (0)