File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/bolt-connection/src/bolt Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ export default class RequestMessage {
247
247
* @param {string[] } bookmarks The list of the bookmark should be used
248
248
* @param {object } databaseContext The context inforamtion of the database to get the routing table for.
249
249
* @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.
251
251
* @return {RequestMessage } the ROUTE message.
252
252
*/
253
253
static routeV4x4 ( routingContext = { } , bookmarks = [ ] , databaseContext = { } ) {
You can’t perform that action at this time.
0 commit comments