diff --git a/docs/features/kubernetes/authstrategies.md b/docs/features/kubernetes/authstrategies.md index 6d33ff0769..af2da6bdfd 100644 --- a/docs/features/kubernetes/authstrategies.md +++ b/docs/features/kubernetes/authstrategies.md @@ -54,7 +54,7 @@ Something to highlight is that the `getCredential` method on an `AuthenticationS - A bearer token - A x509 client certificate and key -- It could be an anonymous authentication +- Anonymous authentication ```ts title="plugins/kubernetes-node/src/types/types.ts" export type KubernetesCredential =