From d6c8f20f4f5b6ca31757d14deeb7d04ec59bb121 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Sat, 11 Jan 2025 22:38:41 -0800 Subject: [PATCH] Fix minor typo gcp.md (#3470) s/you/your --- .../markdoc/content/production/cloud-providers/gcp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.trychroma.com/markdoc/content/production/cloud-providers/gcp.md b/docs/docs.trychroma.com/markdoc/content/production/cloud-providers/gcp.md index 4be3cf29666..3531e44266d 100644 --- a/docs/docs.trychroma.com/markdoc/content/production/cloud-providers/gcp.md +++ b/docs/docs.trychroma.com/markdoc/content/production/cloud-providers/gcp.md @@ -77,7 +77,7 @@ export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/service-account-key.json" ### Step 2: Install Terraform -Download [Terraform](https://developer.hashicorp.com/terraform/install?product_intent=terraform) and follow the installation instructions for you OS. +Download [Terraform](https://developer.hashicorp.com/terraform/install?product_intent=terraform) and follow the installation instructions for your OS. ### Step 3: Configure your GCP Settings @@ -287,4 +287,4 @@ chroma_otel_collection_endpoint = "api.honeycomb.com" chroma_otel_service_name = "chromadb" chroma_otel_collection_headers = "{'x-honeycomb-team': 'abc'}" chroma_otel_granularity = "all" -``` \ No newline at end of file +```