Skip to content

Commit 2ee471f

Browse files
bigmontzfbiville
andauthored
Apply suggestions from code review
Co-authored-by: Florent Biville <[email protected]>
1 parent ffe245e commit 2ee471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/transaction-promise.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class TransactionPromise extends Transaction implements Promise<Transaction>{
4848
* @param {ConnectionHolder} connectionHolder - the connection holder to get connection from.
4949
* @param {function()} onClose - Function to be called when transaction is committed or rolled back.
5050
* @param {function(bookmarks: Bookmarks)} onBookmarks callback invoked when new bookmark is produced.
51-
* * @param {function()} onConnection - Function to be called when a connection is obtained to ensure the conneciton
51+
* @param {function()} onConnection - Function to be called when a connection is obtained to ensure the connection
5252
* is not yet released.
5353
* @param {boolean} reactive whether this transaction generates reactive streams
5454
* @param {number} fetchSize - the record fetch size in each pulling batch.

0 commit comments

Comments
 (0)