Skip to content

Commit a912029

Browse files
arniscgarnisgustins
andauthored
fix "chroimum" typo (#544)
Co-authored-by: arnisgustins <[email protected]>
1 parent da28d38 commit a912029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/compute-download-urls.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function getChromiumEdgeDriverArchitecture(wantedArchitecture) {
300300
function getLinuxChromiumEdgeDriverArchitecture(wantedArchitecture) {
301301
// chromium edge supports linux 64 only
302302
if (wantedArchitecture !== 'x64') {
303-
throw new Error('Only x64 architecture is available for chroimum edge driver for linux');
303+
throw new Error('Only x64 architecture is available for chromium edge driver for linux');
304304
}
305305

306306
return 'linux64';
@@ -309,7 +309,7 @@ function getLinuxChromiumEdgeDriverArchitecture(wantedArchitecture) {
309309
function getMacChromiumEdgeDriverArchitecture(wantedArchitecture) {
310310
// chromium edge supports mac 64 only
311311
if (wantedArchitecture !== 'x64') {
312-
throw new Error('Only x64 architecture is available for chroimum edge driver for mac');
312+
throw new Error('Only x64 architecture is available for chromium edge driver for mac');
313313
}
314314

315315
return 'mac64';

0 commit comments

Comments
 (0)