Skip to content

Commit 8508eb6

Browse files
Typo fix
1 parent f18f968 commit 8508eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/webusb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class MicrobitWebUSBConnection
8080
if (!this.flashing) {
8181
this.log("Reconnecting visible tab");
8282
this.connect({
83-
// If any other connection status change occurs then visibilitReconnect is set to false, so
83+
// If any other connection status change occurs then visibilityReconnect is set to false, so
8484
// it's likely the same program at this point.
8585
serial: SerialOption.NoReset,
8686
});

0 commit comments

Comments
 (0)