Skip to content

Commit efdfb8a

Browse files
committed
Typo correction: fixes #135.
1 parent ab65963 commit efdfb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ <h3 id="MIDIOutputMap"><a>MIDIOutputMap</a> Interface</h3>
301301
for (output of outputs.values()) {
302302
var opt = document.createElement("option");
303303
opt.text = input.name;
304-
document.getElementById("inputportselector").add(opt);
304+
document.getElementById("outputportselector").add(opt);
305305
}</pre>
306306
</section>
307307

0 commit comments

Comments
 (0)