Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Dutour <[email protected]>
  • Loading branch information
mathieudutour authored Nov 22, 2023
1 parent 9010529 commit eeb10d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/messaging/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type {

/**
* Send to Background Service Workers from Content Scripts or Extension pages.
* `extensionId` is required to send a message from a Content Scripts in the main world
* `extensionId` is required to send a message from a Content Script in the main world
*/
// TODO: Add a framework runtime check, using a global variable
export const sendToBackground: PlasmoMessaging.SendFx<MessageName> = async (
Expand Down

0 comments on commit eeb10d6

Please sign in to comment.