Skip to content

Commit

Permalink
update: fix description of a doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dependentmadani committed Nov 27, 2024
1 parent 7baf8f1 commit 931460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/services/useNote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ interface UseNoteComposableState {
unlinkParent: () => Promise<void>;

/**
* Get the format of note parents
* Returns an array of Note objects representing the formatted note parents.
*/
formatNoteParents: () => Note[];

Expand Down

0 comments on commit 931460d

Please sign in to comment.