From a322d76037c9f1b7d60422e4615f227d5a35db60 Mon Sep 17 00:00:00 2001 From: Eric Roberson Date: Sat, 18 May 2024 09:45:16 -0700 Subject: [PATCH] chore(catalog): aboutcard tests typo fix typo fix Signed-off-by: Eric Roberson --- plugins/catalog/src/components/AboutCard/AboutCard.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx b/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx index f90942dcd8..45058c88ed 100644 --- a/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx +++ b/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx @@ -546,7 +546,7 @@ describe('', () => { ).not.toBeInTheDocument(); }); - it('renders techdocs lin when 3rdparty', async () => { + it('renders techdocs link when 3rdparty', async () => { const entity = { apiVersion: 'v1', kind: 'Component',