Skip to content

Commit

Permalink
fix parse Adapter method
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 19, 2021
1 parent 400a8f5 commit 0118d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefix.js
Expand Up @@ -140,7 +140,7 @@ class WebAdapter {
return this._term.typing('enter', delay, string);
}
parse(input) {
return $.termial.parse_arguments(input);
return $.terminal.parse_arguments(input);
}
post(url, data = {}) {
const form = new FormData();
Expand Down

0 comments on commit 0118d10

Please sign in to comment.