Skip to content

Commit

Permalink
fix typo in terminal library
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 10, 2024
1 parent 0edd803 commit d730e07
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 @@ -172,7 +172,7 @@ var terminal = (function($) {
return Promise.resolve(output);
}
},
mobileIngoreAutoSpace: [',', '.', ')'],
mobileIgnoreAutoSpace: [',', '.', ')'],
completionEscape: false,
wordAutocomplete: false,
keydown: function() {
Expand Down

0 comments on commit d730e07

Please sign in to comment.