diff --git a/README.md b/README.md
index 739009c..4475b9d 100644
--- a/README.md
+++ b/README.md
@@ -322,7 +322,7 @@ No modules.
| [iam\_role\_arn](#output\_iam\_role\_arn) | The Amazon Resource Name (ARN) specifying the IAM role |
| [iam\_role\_name](#output\_iam\_role\_name) | The name of the IAM role |
| [iam\_role\_unique\_id](#output\_iam\_role\_unique\_id) | Stable and unique string identifying the IAM role |
-| [namespaces](#output\_namespaces) | Mapf of Kubernetes namespaces created and their attributes |
+| [namespaces](#output\_namespaces) | Map of Kubernetes namespaces created and their attributes |
| [rbac\_group](#output\_rbac\_group) | The name of the Kubernetes RBAC group |
diff --git a/outputs.tf b/outputs.tf
index 1a8af62..1610336 100644
--- a/outputs.tf
+++ b/outputs.tf
@@ -3,7 +3,7 @@
################################################################################
output "namespaces" {
- description = "Mapf of Kubernetes namespaces created and their attributes"
+ description = "Map of Kubernetes namespaces created and their attributes"
value = kubernetes_namespace_v1.this
}