Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit d1af262

Browse files
authored
Fix typo (#570)
1 parent 6fad489 commit d1af262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopBar/Actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const Actions = ({ store }) => {
5151
aria-label="Delete"
5252
onClick={() => {
5353
confirm({
54-
title: "Delete annotaion",
54+
title: "Delete annotation",
5555
body: "This action cannot be undone",
5656
buttonLook: "destructive",
5757
okText: "Proceed",

0 commit comments

Comments
 (0)