소스 검색

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