Skip to content

Commit ae5a8bf

Browse files
bigmontzrobsdedude
andcommitted
Update packages/bolt-connection/src/bolt/request-message.js
Co-authored-by: Robsdedude <[email protected]>
1 parent 1cebdba commit ae5a8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bolt-connection/src/bolt/request-message.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default class RequestMessage {
124124
* @param {TxConfig} txConfig the configuration.
125125
* @param {string} database the database name.
126126
* @param {string} mode the access mode.
127-
* @param {string} impersonatedUser the impersonated user mode.
127+
* @param {string} impersonatedUser the impersonated user.
128128
* @return {RequestMessage} new BEGIN message.
129129
*/
130130
static begin ({ bookmark, txConfig, database, mode, impersonatedUser } = {}) {

0 commit comments

Comments
 (0)