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.', ); }