Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trganda committed Jun 26, 2024
1 parent 00f0516 commit 4f977a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default class AttachmentManagementPlugin extends Plugin {
this.registerEvent(
this.app.vault.on("create", async (file: TAbstractFile) => {
debugLog("on create event - file:", file.path);
// only processing create of file, ignore folder creation
// only processing creatation of file, ignore folder creation
if (!(file instanceof TFile)) {
return;
}
Expand Down

0 comments on commit 4f977a7

Please sign in to comment.