From bdca0c11581b687f3bbbf8807a4bcd039d544f71 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 14 Jul 2023 15:22:59 -0400 Subject: [PATCH] chore: Fix comment typo (#18676) Signed-off-by: Adam Harvey --- plugins/kubernetes-common/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kubernetes-common/src/types.ts b/plugins/kubernetes-common/src/types.ts index 8eabb16d24..2b2ab05b51 100644 --- a/plugins/kubernetes-common/src/types.ts +++ b/plugins/kubernetes-common/src/types.ts @@ -79,7 +79,7 @@ export interface ClusterAttributes { * Note that you should specify the app used for the dashboard * using the dashboardApp property, in order to properly format * links to kubernetes resources, otherwise it will assume that you're running the standard one. - * Also, for cloud clusters such as GKE, you should provide addititonal parameters using dashboardParameters. + * Also, for cloud clusters such as GKE, you should provide additional parameters using dashboardParameters. * @see dashboardApp */ dashboardUrl?: string;