diff --git a/src/core/operations/FileTree.mjs b/src/core/operations/FileTree.mjs index c01401c6a..8321f8f59 100644 --- a/src/core/operations/FileTree.mjs +++ b/src/core/operations/FileTree.mjs @@ -21,7 +21,7 @@ class FileTree extends Operation { this.name = "File Tree"; this.module = "Default"; - this.description = "Creates file tree from list of file paths (Similar too tree linux command)"; + this.description = "Creates file tree from list of file paths (similar to the tree command in Linux)"; this.inputType = "string"; this.outputType = "string"; this.args = [