浏览代码

Fix typo in FileTree.mjs

Doug Burks 1 年之前
父节点
当前提交
19194a7eb0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/operations/FileTree.mjs

+ 1 - 1
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 = [