docs: Fix typos in README and CONTRIBUTING (#1167)

This commit is contained in:
Peter Parada
2021-01-28 23:22:53 +01:00
committed by GitHub
parent d48ff6dccb
commit 8912ae9a8b
3 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ variable "manage_aws_auth" {
}
variable "aws_auth_additional_labels" {
description = "Additionnal kubernetes labels applied on aws-auth ConfigMap"
description = "Additional kubernetes labels applied on aws-auth ConfigMap"
default = {}
type = map(string)
}