diff --git a/archive/complete-use-cases/_iac-templates.md b/archive/complete-use-cases/_iac-templates.md
index d73647e786..4ac68b64f4 100644
--- a/archive/complete-use-cases/_iac-templates.md
+++ b/archive/complete-use-cases/_iac-templates.md
@@ -71,7 +71,7 @@ Forwarding https://1234-5678-9101-112-1314-1516-abcd-efgh-ijk
Keep the `Forwarding URL` for later use.
-### Setup Port resources
+### Set up Port resources
First, set up a Blueprint for an S3 bucket in Port.
diff --git a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md
index 20298d070e..9d492dc779 100644
--- a/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md
+++ b/docs/actions-and-automations/create-self-service-experiences/setup-ui-for-action/setup-ui-for-action.md
@@ -1,5 +1,5 @@
---
-title: Setup Actions
+title: Set up Actions
---
import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx";
@@ -8,7 +8,7 @@ import Tabs from "@theme/Tabs"
import TabItem from "@theme/TabItem"
import PortTooltip from "/src/components/tooltip/tooltip.jsx"
-# Setup frontend
+# Set up frontend
diff --git a/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md b/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md
index 2c920dc930..64474bce43 100644
--- a/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md
+++ b/docs/actions-and-automations/setup-backend/webhook/examples/terraform-no-code-resource-provisioning.md
@@ -71,7 +71,7 @@ Forwarding https://1234-5678-9101-112-1314-1516-abcd-efgh-ijk
Keep the `Forwarding URL` for later use.
-### Setup Port resources
+### Set up Port resources
First, set up a [blueprint](/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md) for an S3 bucket in Port.
diff --git a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md
index bc50bf8f28..7f32994583 100644
--- a/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md
+++ b/docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/setup-blueprint.md
@@ -1,7 +1,7 @@
---
sidebar_position: 1
-title: Setup Blueprints
-sidebar_label: Setup Blueprints
+title: Set up Blueprints
+sidebar_label: Set up Blueprints
---
import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx";
@@ -9,7 +9,7 @@ import ApiRef from "/docs/api-reference/\_learn_more_reference.mdx";
import Tabs from "@theme/Tabs"
import TabItem from "@theme/TabItem"
-# Setup Blueprints
+# Set up blueprints
@@ -313,13 +313,13 @@ Each blueprint is represented by a [Json schema](https://json-schema.org/), as s
| Field | Description | Notes |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
-| `identifier` | Unique identifier | **Required**. The identifier is used for API calls, programmatic access and distinguishing between different blueprints |
-| `title` | Name | **Required**. Human-readable name for the blueprint |
-| `description` | Description | The value is visible as a tooltip to users when hovering over the info icon in the UI |
-| `icon` | Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list) |
-| `calculationProperties` | Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md) | **Required** |
-| `mirrorProperties` | Contains the properties defined using [mirror properties](./properties/mirror-property) | |
-| `schema` | An object containing two nested fields: `properties` and `required`. | **Required**. See the schema structure [here](#schema-object) |
+| `identifier` | The identifier is used for API calls, programmatic access and distinguishing between different blueprints. | **Required** |
+| `title` | Human-readable name for the blueprint. |**Required** |
+| `description` | The value is visible as a tooltip to users when hovering over the info icon in the UI. | |
+| `icon` | Icon for the blueprint and entities of the blueprint. | See the full icon list [below](#full-icon-list). |
+| `calculationProperties` | Contains the properties defined using [calculation properties](./properties/calculation-property/calculation-property.md). | **Required** |
+| `mirrorProperties` | Contains the properties defined using [mirror properties](./properties/mirror-property). | |
+| `schema` | An object containing two nested fields: `properties` and `required`. | **Required**. See the schema structure [here](#schema-object). |
:::tip Available properties
All available properties are listed in the [properties](./properties/properties.md) page
diff --git a/docs/guides/all/create-cloud-resource-using-iac.md b/docs/guides/all/create-cloud-resource-using-iac.md
index 9cb358ca4a..5a3e302f2d 100644
--- a/docs/guides/all/create-cloud-resource-using-iac.md
+++ b/docs/guides/all/create-cloud-resource-using-iac.md
@@ -45,7 +45,7 @@ In this guide we will add a new property to our `Repository`