From a94f0cf110896e31e9fa0296e49887afc0c35426 Mon Sep 17 00:00:00 2001 From: Zack Proser Date: Sat, 22 Feb 2020 07:57:41 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ad480..1621f18 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Some of the features of `kubergrunt` include: in the [our production deployment guide](https://gruntwork.io/guides/kubernetes/how-to-deploy-production-grade-kubernetes-cluster-aws/#authenticate). * Managing Helm and associated TLS certificates on any Kubernetes cluster. * Setting up Helm client with TLS certificates on any Kubernetes cluster. -* Generating TLS certificate key pairs and storing them as Kubernets `Secrets` on any Kubernetes cluster. +* Generating TLS certificate key pairs and storing them as Kubernetes `Secrets` on any Kubernetes cluster. ## Installation