Skip to content

Commit edc11c3

Browse files
authored
Update packages/composable-controller/src/ComposableController.ts
1 parent 36f9cf4 commit edc11c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/composable-controller/src/ComposableController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const INVALID_CONTROLLER_ERROR =
1919
'Invalid controller: controller must have a `messagingSystem` or be a class inheriting from `BaseControllerV1`.';
2020

2121
/**
22-
* A universal supertype for the `BaseControllerV1` state object.
22+
* A universal supertype for the `BaseControllerV1` config object.
2323
*/
2424
type ConfigConstraintV1 = BaseConfig & object;
2525

0 commit comments

Comments
 (0)