From d8a250ef2b7ee25b48e351798143dd514582a33f Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Fri, 10 Jan 2025 09:50:00 +0100 Subject: [PATCH] also a small typo Signed-off-by: Peter Macdonald --- plugins/catalog/src/components/AboutCard/AboutCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/AboutCard/AboutCard.tsx b/plugins/catalog/src/components/AboutCard/AboutCard.tsx index cf4a3c2d43..4039c88b38 100644 --- a/plugins/catalog/src/components/AboutCard/AboutCard.tsx +++ b/plugins/catalog/src/components/AboutCard/AboutCard.tsx @@ -104,7 +104,7 @@ export interface AboutCardProps { * Exported publicly via the EntityAboutCard * * NOTE: We generally do not accept pull requests to extend this class with more - * props and cusomizability. If you need to tweak it, consider making a bespoke + * props and customizability. If you need to tweak it, consider making a bespoke * card in your own repository instead, that is perfect for your own needs. */ export function AboutCard(props: AboutCardProps) {