Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { Messenger } from '@metamask/messenger';
export const controllerName = 'ComposableController';

export const INVALID_CONTROLLER_ERROR =
'Invalid controller: controller must have a `messagingSystem` and inherit from `BaseController`.';
'Invalid controller: controller must inherit from `BaseController`.';

/**
* The narrowest supertype for the composable controller state object.
Expand Down
Loading