From 3bca36a0e280cb810143f527a1cbcc188e497ab3 Mon Sep 17 00:00:00 2001 From: adelviscio Date: Tue, 12 Dec 2023 06:40:36 -0500 Subject: [PATCH] Correct typo in README.md (#193) Replaced `thte` with `the`. --- usage-examples/v1/multiple_projects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage-examples/v1/multiple_projects/README.md b/usage-examples/v1/multiple_projects/README.md index cabc80fd..4804a009 100644 --- a/usage-examples/v1/multiple_projects/README.md +++ b/usage-examples/v1/multiple_projects/README.md @@ -11,7 +11,7 @@ This directory contains an example of how one might configure multiple projects, - a "Terraform Production Environment" with key `tf-production` - a boolean "Basic feature flag" with key "basic-flag" - a `tf-test`-specific flag configuration attached to the "Basic feature flag" -- a "Terraform Example Project 2" with thte key `tf-project-2` containing: +- a "Terraform Example Project 2" with the key `tf-project-2` containing: - an "Example Environment A" with key `tf-example-env-a` - an "Example Environment B" with key `tf-example-env-b` - (automatically-created "Test" and "Production" environments will also be created since this example does not use nested environments in the `launchdarkly_project` resource)