From 84017b48dbd4a80b292eeaaa2bd80812e483ba40 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 26 May 2023 11:53:48 -0400 Subject: [PATCH] chore: Fix spelling mistake in KubeApi documentation Signed-off-by: Sebastian Malton --- packages/utility-features/kube-api/src/kube-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utility-features/kube-api/src/kube-api.ts b/packages/utility-features/kube-api/src/kube-api.ts index 0bfdaeebca..89c8eb87dd 100644 --- a/packages/utility-features/kube-api/src/kube-api.ts +++ b/packages/utility-features/kube-api/src/kube-api.ts @@ -86,7 +86,7 @@ export interface DerivedKubeApiOptions { * version becomes the `preferredVersion` on the server but still has `v2` then the `v2` version * will be used instead. * - * This can help to prevent crashes in the future if the shape of a kind sufficently changes. + * This can help to prevent crashes in the future if the shape of a kind sufficiently changes. * * The order is important. It should be sorted and the first entry should be the most preferable. *