Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onwrikbaar committed Dec 18, 2024
1 parent a32ff35 commit f77d75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const app = createApp({
methods: {
async connect() {
try {
var device = new NeoDKVM({ logger: { log: console.log, deubug: console.log }, state: new NeoDKStateVM() });
var device = new NeoDKVM({ logger: { log: console.log, debug: console.log }, state: new NeoDKStateVM() });
var selected = await device.selectPort();
if (selected) {
this.devices.push(device);
Expand Down

0 comments on commit f77d75a

Please sign in to comment.