diff options
Diffstat (limited to 'components/contextmenu.tsx')
-rw-r--r-- | components/contextmenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/contextmenu.tsx b/components/contextmenu.tsx index 54a8c85..560df0f 100644 --- a/components/contextmenu.tsx +++ b/components/contextmenu.tsx @@ -190,7 +190,7 @@ export const ContextMenu = (props: ContextMenuProps) => { color="red.500" onClick={onOpen} > - Permenantly delete note + Permanently delete note </MenuItem> )} </> |