File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class TransactionPromise extends Transaction implements Promise<Transaction>{
48
48
* @param {ConnectionHolder } connectionHolder - the connection holder to get connection from.
49
49
* @param {function() } onClose - Function to be called when transaction is committed or rolled back.
50
50
* @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
52
52
* is not yet released.
53
53
* @param {boolean } reactive whether this transaction generates reactive streams
54
54
* @param {number } fetchSize - the record fetch size in each pulling batch.
You can’t perform that action at this time.
0 commit comments