diff --git a/content/docs/iac/get-started/gcp/review-project.md b/content/docs/iac/get-started/gcp/review-project.md
index ba12b647a862..ba2645b80c3f 100644
--- a/content/docs/iac/get-started/gcp/review-project.md
+++ b/content/docs/iac/get-started/gcp/review-project.md
@@ -1,6 +1,6 @@
---
title_tag: Review the New Project | Google Cloud
-meta_desc: This page provides an overview on how to a review a new Google Cloud project.
+meta_desc: This page provides an overview on how to review a new Google Cloud project.
title: Review project
h1: "Pulumi & Google Cloud: Review project"
weight: 4
@@ -20,34 +20,36 @@ Let's review some of the generated project files:
{{% choosable language "javascript,typescript,python,go,csharp,java" %}}
- - `Pulumi.yaml` defines the [project](/docs/concepts/projects/).
+
+
+- `Pulumi.yaml` defines the [project](/docs/concepts/projects/).
{{% /choosable %}}
{{% choosable language yaml %}}
- - `Pulumi.yaml` defines both the [project](/docs/concepts/projects/) and the program that manages your stack resources.
+- `Pulumi.yaml` defines both the [project](/docs/concepts/projects/) and the program that manages your stack resources.
{{% /choosable %}}
- - `Pulumi.dev.yaml` contains [configuration](/docs/concepts/config/) values for the [stack](/docs/concepts/stack/) you initialized.
+- `Pulumi.dev.yaml` contains [configuration](/docs/concepts/config/) values for the [stack](/docs/concepts/stack/) you initialized.
{{% choosable language java %}}
- - `src/main/java/myproject` defines the project's Java package root.
+- `src/main/java/myproject` defines the project's Java package root.
{{% /choosable %}}
{{% choosable language python %}}
- - `__main__.py` is the Pulumi program that defines your stack resources.
+- `__main__.py` is the Pulumi program that defines your stack resources.
{{% /choosable %}}
{{% choosable language "javascript,typescript,go,csharp,java" %}}
-
- - {{< langfile >}} is the Pulumi program that defines your stack resources.
+
+- {{< langfile >}} is the Pulumi program that defines your stack resources.
{{% /choosable %}}