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
2 changes: 1 addition & 1 deletion packages/base-controller/src/next/BaseController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class BaseController<
/**
* The controller messenger.
*
* This is the same as the `messagingSystem` property, but has a type that only lets us use
* This is the same as the `messenger` property, but has a type that only lets us use
* actions and events that are part of the `BaseController` class.
*/
readonly #messenger: Messenger<
Expand Down
Loading