Tidied up charts operations

This commit is contained in:
n1474335 2019-03-31 21:40:54 +01:00
parent f0b48acaf9
commit 1640859542
7 changed files with 16 additions and 14 deletions

View file

@ -20,7 +20,7 @@ class HTMLToText extends Operation {
this.name = "HTML To Text";
this.module = "Default";
this.description = "Converts a HTML ouput from an operation to a readable string instead of being rendered in the DOM.";
this.description = "Converts an HTML output from an operation to a readable string instead of being rendered in the DOM.";
this.infoURL = "";
this.inputType = "html";
this.outputType = "string";