From 19194a7eb0c2641faeade699e585584a8e99da9e Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 9 Feb 2024 07:41:32 -0500 Subject: [PATCH] Fix typo in FileTree.mjs --- src/core/operations/FileTree.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/FileTree.mjs b/src/core/operations/FileTree.mjs index c01401c6..8321f8f5 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 = [