Przeglądaj źródła

Merge pull request #1709 from dougburks/patch-1

Fix typo in FileTree.mjs
a3957273 1 rok temu
rodzic
commit
9829b419b9
1 zmienionych plików z 1 dodań i 1 usunięć
  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.name = "File Tree";
         this.module = "Default";
         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.inputType = "string";
         this.outputType = "string";
         this.outputType = "string";
         this.args = [
         this.args = [