docs: Correct mis-spelling in README (#2935)

This commit is contained in:
Mukund Tiwari
2024-02-20 07:50:06 -05:00
committed by GitHub
parent d6d97519d4
commit d63fd61e89
+1 -1
View File
@@ -42,7 +42,7 @@ kubectl delete node -l karpenter.sh/provisioner-name=default
```bash
# Necessary to avoid removing Terraform's permissions too soon before its finished
# cleaning up the resources it deployed inside the clsuter
# cleaning up the resources it deployed inside the cluster
terraform state rm 'module.eks.aws_eks_access_entry.this["cluster_creator_admin"]' || true
terraform destroy
```