Skip to content

Commit 64c274a

Browse files
authored
Fix typo in preamble.js [NFC] (#18978)
1 parent 5ab6f6e commit 64c274a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preamble.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ function getBinary(file) {
666666
}
667667

668668
function getBinaryPromise(binaryFile) {
669-
// If we don't have the binary yet, try to to load it asynchronously.
669+
// If we don't have the binary yet, try to load it asynchronously.
670670
// Fetch has some additional restrictions over XHR, like it can't be used on a file:// url.
671671
// See https://github.com/github/fetch/pull/92#issuecomment-140665932
672672
// Cordova or Electron apps are typically loaded from a file:// url.

0 commit comments

Comments
 (0)