From db8ede850be03153539cef78cae0a3413d3af74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 24 Oct 2023 09:18:54 +0200 Subject: [PATCH] splel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .../src/apis/EntityPresentationApi/EntityPresentationApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-react/src/apis/EntityPresentationApi/EntityPresentationApi.ts b/plugins/catalog-react/src/apis/EntityPresentationApi/EntityPresentationApi.ts index bb84c1b71a..945bce1d27 100644 --- a/plugins/catalog-react/src/apis/EntityPresentationApi/EntityPresentationApi.ts +++ b/plugins/catalog-react/src/apis/EntityPresentationApi/EntityPresentationApi.ts @@ -59,7 +59,7 @@ export interface EntityRefPresentationSnapshot { * entity holds. When rendering the primary title, you may also want to * make sure to add more contextual information nearby such as the icon or * secondary title, since the primary could for example just be the - * `metadata.name` of tne entity which might be ambiguous to the reader. + * `metadata.name` of the entity which might be ambiguous to the reader. */ primaryTitle: string; /**