Skip to content

Commit d57f025

Browse files
More tweaks
1 parent d590ed5 commit d57f025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/usb.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ const defaultFilters = [{ vendorId: 0x0d28, productId: 0x0204 }];
4242
export enum DeviceSelectionMode {
4343
/**
4444
* Attempts to connect to known device, otherwise asks which device to
45-
* connect with.
45+
* connect to.
4646
*/
4747
AlwaysAsk = "AlwaysAsk",
4848

4949
/**
50-
* Attempts to connect to known device, otherwise attempts to connect with
51-
* any allowed devices. If that fails, asks which device to connect with.
50+
* Attempts to connect to known device, otherwise attempts to connect to any
51+
* allowed devices. If that fails, asks which device to connect to.
5252
*/
5353
UseAnyAllowed = "UseAnyAllowed",
5454
}

0 commit comments

Comments
 (0)