summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-02 16:43:58 +0100
committerGitHub <[email protected]>2021-11-02 16:43:58 +0100
commited39f63347894faef43bd1c16a88bba0c1cecd68 (patch)
tree2d8fca31d6601b64dcdca85989efa5b90e65fc36
parent1ead44722cd91dbb7b8374127b0f07b5d15774c9 (diff)
fix: spell "permanently" correctly (#136)
-rw-r--r--components/contextmenu.tsx2
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>
)}
</>