Skip to content

Commit af58f1f

Browse files
shuoer86farhanW3
andauthored
docs: fix typos (#364)
Co-authored-by: farhanW3 <132962163+farhanW3@users.noreply.github.com>
1 parent 0b8e0f8 commit af58f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/deployment/gcp/gke-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Before you begin, ensure you have the following:
3232
1. Ensure that you are connected to the GKE cluster:
3333

3434
```bash
35-
gcloud container clusters get-credentials your-cluster-name --region your-regsion
35+
gcloud container clusters get-credentials your-cluster-name --region your-region
3636
```
3737

3838
Replace `your-cluster-name` and `your-region` with your specific details.

docs/guides/deployment/zeet-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
6. Select the Target cluster you want the above image to be deployed to
1010
7. Choose your `Compute` settings
1111
8. Update the `port` under `Networking` Tab to `3005`
12-
9. Under `Environment Vriables` add the below vars with values:
12+
9. Under `Environment Variables` add the below vars with values:
1313

1414
```
1515
POSTGRES_CONNECTION_URL

0 commit comments

Comments
 (0)