Skip to content

Commit

Permalink
Merge pull request #1709 from dougburks/patch-1
Browse files Browse the repository at this point in the history
Fix typo in FileTree.mjs
  • Loading branch information
a3957273 committed Feb 9, 2024
2 parents c13997b + 19194a7 commit 9829b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/FileTree.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9829b41

Please sign in to comment.