File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ import { getComplianceServiceMessenger } from './compliance/compliance-service-m
155155import { getComplianceControllerMessenger } from './compliance/compliance-controller-messenger' ;
156156
157157/**
158- * The messengers for the controllers that have been.
158+ * The messenger factories for the messenger clients that have been modularized .
159159 */
160160export const MESSENGER_FACTORIES = {
161161 AccountsController : {
Original file line number Diff line number Diff line change @@ -985,8 +985,8 @@ type MessengerClientPersistedState = Partial<{
985985export type MessengerClientMessengersByName = typeof MESSENGER_FACTORIES ;
986986
987987/**
988- * Request to initialize and return a controller instance.
989- * Includes standard data and methods not coupled to any specific controller .
988+ * Request to initialize and return a messenger client instance.
989+ * Includes standard data and methods not coupled to any specific messenger client .
990990 */
991991// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
992992export type MessengerClientInitRequest <
You can’t perform that action at this time.
0 commit comments