From ea339570713391f32ff69a93d994a9e5e7fca37e Mon Sep 17 00:00:00 2001 From: Dazbo Date: Sat, 3 Aug 2024 08:54:55 +0100 Subject: [PATCH] well know -> well-known (#2463) --- blueprints/factories/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/factories/README.md b/blueprints/factories/README.md index 2d9124b13..814ad3086 100644 --- a/blueprints/factories/README.md +++ b/blueprints/factories/README.md @@ -19,7 +19,7 @@ Factories are a way to simplify all above use cases, by moving repetitive resour Using factories, repetitive resource creation and management becomes easier - for humans who have no direct experience with Terraform, by exposing filesystem hierarchies and YAML-based configuration data -- for connected systems, by accepting well know data exchange formats like JSON or CSV +- for connected systems, by accepting well-known data exchange formats like JSON or CSV - for external code that needs to enforce checks or policies, by eliminating the need to parse HCL code or Terraform outputs - to implement authorization processes or workwflows in CI/CD, by removing the dependency on Terraform and HCL knowledge for the teams involved