From 86a4da80c3540422c4f2bb31837528f30ffd0ceb Mon Sep 17 00:00:00 2001 From: adelviscio Date: Mon, 11 Dec 2023 19:26:32 -0500 Subject: [PATCH] Correct typo in README.md 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)