Skip to content

Commit 4468716

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export default class RequestMessage {
247247
* @param {string[]} bookmarks The list of the bookmark should be used
248248
* @param {object} databaseContext The context inforamtion of the database to get the routing table for.
249249
* @param {string} databaseContext.databaseName The name of the database to get the routing table.
250-
* @param {string} databaseContext.impersonatedUser The name of the user it should it's impersonation to get the routing table.
250+
* @param {string} databaseContext.impersonatedUser The name of the user to impersonation when getting the routing table.
251251
* @return {RequestMessage} the ROUTE message.
252252
*/
253253
static routeV4x4 (routingContext = {}, bookmarks = [], databaseContext = {}) {

0 commit comments

Comments
 (0)