Skip to content

Commit 4145ced

Browse files
authored
Fix typo (#488)
1 parent b232c0b commit 4145ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connect-to-browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const connectToBrowser = async (
107107
if (valueWrittenInMeantime) {
108108
const connectedBrowser = await connectToCachedBrowser(browser, headless);
109109
if (!isBrowser(connectedBrowser))
110-
throw new Error('unable to connect to brwoser');
110+
throw new Error('unable to connect to browser');
111111
return connectedBrowser;
112112
}
113113

0 commit comments

Comments
 (0)