From 9cf02510554945cd2a60d9ee78b696627abc2f7a Mon Sep 17 00:00:00 2001 From: Wonhee Lee Date: Sun, 20 Oct 2024 16:26:32 +0900 Subject: [PATCH] chore: typo --- packages/transport/src/TransportAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transport/src/TransportAPI.ts b/packages/transport/src/TransportAPI.ts index b39ab7f..9025f98 100644 --- a/packages/transport/src/TransportAPI.ts +++ b/packages/transport/src/TransportAPI.ts @@ -21,7 +21,7 @@ export function initTransportAPI(api: TransportAPI): void { export function getTransportAPI(): TransportAPI { if (API == null) { throw new Error( - 'Messaging API wan\'t set. Make sure you called "initPegasusTransport" within current context before using @webext-pegasus packages.', + 'Messaging API wasn\'t set. Make sure you called "initPegasusTransport" within current context before using @webext-pegasus packages.', ); }