Skip to content

Commit

Permalink
fix: incorrect function name in popup for tp.file.move()
Browse files Browse the repository at this point in the history
refs: #1136
  • Loading branch information
Zachatoo committed Jan 6, 2024
1 parent d96dd59 commit b53e713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ name = "File last modified date with format"
example = """<% tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm") %>"""

[tp.file.functions.move]
name = "functions.move"
name = "move"
description = "Moves the file to the desired vault location."
definition = "tp.file.move(new_path: string, file_to_move?: TFile)"

Expand Down

0 comments on commit b53e713

Please sign in to comment.