From 68b4f1a47b211a11ddb80dfaedf0415c5f2c3379 Mon Sep 17 00:00:00 2001 From: Kevin Vo Date: Thu, 4 Sep 2025 14:31:44 -0700 Subject: [PATCH] missing i on cli --- docs/tutorials/deploy-to-gcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/deploy-to-gcp.mdx b/docs/tutorials/deploy-to-gcp.mdx index 4a243af234..d366afb88f 100644 --- a/docs/tutorials/deploy-to-gcp.mdx +++ b/docs/tutorials/deploy-to-gcp.mdx @@ -13,7 +13,7 @@ This tutorial will show you how to deploy your services to your own GCP project * [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/) * [A Defang Account](/docs/concepts/authentication) * [The Defang CLI](/docs/getting-started#install-the-defang-cli) -* [gcloud CL](https://cloud.google.com/sdk/docs/install) +* [gcloud CLI](https://cloud.google.com/sdk/docs/install) * [GCP Account Credentials](https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment) ## Step 1 - Navigate to your project directory