Skip to content

Commit

Permalink
Fix minor typo gcp.md (#3470)
Browse files Browse the repository at this point in the history
s/you/your
  • Loading branch information
eculver authored Jan 12, 2025
1 parent 8aa9501 commit d6c8f20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
```
```

0 comments on commit d6c8f20

Please sign in to comment.