Skip to content

Commit

Permalink
Fix typo in FileTree.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Feb 9, 2024
1 parent c13997b commit 19194a7
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 19194a7

Please sign in to comment.