Skip to content

Commit

Permalink
docs: Correct mis-spelling in README (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukund-tiwari authored Feb 20, 2024
1 parent d6d9751 commit d63fd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit d63fd61

Please sign in to comment.