Skip to content

Commit 16e0077

Browse files
committed
fix: Assess PR comments (typo)
1 parent 6505468 commit 16e0077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/ToolsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ const ToolsTab = ({
336336
} catch (error) {
337337
toast({
338338
title: "Error",
339-
description: `There was an error coping result into the clipboard: ${error instanceof Error ? error.message : String(error)}`,
339+
description: `There was an error copying input to the clipboard: ${error instanceof Error ? error.message : String(error)}`,
340340
variant: "destructive",
341341
});
342342
}

0 commit comments

Comments
 (0)