Skip to content

Commit

Permalink
Fix typo (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed May 25, 2022
1 parent b232c0b commit 4145ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connect-to-browser.ts
Expand Up @@ -107,7 +107,7 @@ export const connectToBrowser = async (
if (valueWrittenInMeantime) {
const connectedBrowser = await connectToCachedBrowser(browser, headless);
if (!isBrowser(connectedBrowser))
throw new Error('unable to connect to brwoser');
throw new Error('unable to connect to browser');
return connectedBrowser;
}

Expand Down

0 comments on commit 4145ced

Please sign in to comment.