Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 6, 2024
1 parent 543c99f commit 96cfd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/js/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var terminal = (function($) {
// ---------------------------------------------------------------------
stdin: lips.InputPort(function() {
setTimeout(() => {
// resume terminal wehn read called in REPL
// resume terminal when read called in REPL
term.resume();
}, 0);
return term.read('');
Expand Down

0 comments on commit 96cfd48

Please sign in to comment.