diff --git a/packages/threat-composer/src/components/workspaces/ThreatPack/index.tsx b/packages/threat-composer/src/components/workspaces/ThreatPack/index.tsx index 066221d..afb8809 100644 --- a/packages/threat-composer/src/components/workspaces/ThreatPack/index.tsx +++ b/packages/threat-composer/src/components/workspaces/ThreatPack/index.tsx @@ -66,7 +66,7 @@ const ThreatPack: FC = ({ }, { id: 'threatSource', - header: 'Threat srouce', + header: 'Threat source', cell: (data) => data.threatSource, sortingField: 'threatSource', },