From 26efc78e8dc5f72ee80673863ee9ad798d9c09c6 Mon Sep 17 00:00:00 2001 From: Jessie Wei Date: Sun, 6 Oct 2024 11:52:15 +1100 Subject: [PATCH] chore: Fix the typo --- .../src/components/workspaces/WorkspaceSelector/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx b/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx index ddc8205..7b93d28 100644 --- a/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx +++ b/packages/threat-composer/src/components/workspaces/WorkspaceSelector/index.tsx @@ -287,7 +287,7 @@ const WorkspaceSelector: FC> = ({ }, { id: 'clone', - text: 'Clone current worksapce', + text: 'Clone current workspace', }, { id: 'exportAll',