Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Commit e0b81e0

Browse files
authored
Merge pull request #13 from tomjamesallen/master
Fixes typo in method name
2 parents a8ea351 + 3f2aaa7 commit e0b81e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5384,7 +5384,7 @@ declare namespace Tone {
53845384
* Returns a promise which resolves with the list
53855385
* of audio input devices available
53865386
*/
5387-
static enumerateDevise(): Promise<ReadonlyArray<MediaDeviceInfo>>
5387+
static enumerateDevices(): Promise<ReadonlyArray<MediaDeviceInfo>>
53885388

53895389
/**
53905390
* Returns an identifier for the represented device that

0 commit comments

Comments
 (0)