Skip to content

Commit 012d259

Browse files
committed
minor title revisions/capitalizations
1 parent bcc5959 commit 012d259

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/concepts/deployment-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Defang provides three deployment modes which allow you to balance c
44
sidebar_position: 501
55
---
66

7-
# Defang Deployment Modes
7+
# Deployment Modes
88

99
Defang provides three deployment modes: development, staging, and production. These modes allow you to balance cost and resiliency according to your needs.
1010

docs/providers/aws/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Defang allows you to easily create and manage full, scalable applic
44
sidebar_position: 000
55
---
66

7-
# AWS
7+
# Amazon Web Services (AWS)
88

99
Why should you use Defang with AWS? Defang allows you to easily create and manage full, scalable applications with AWS. Defang aims to make it easier to deploy your services to the cloud. Don't waste your time learning the ins and outs of AWS, deciding which of the 200+ services to use, and then writing the infrastructure code to deploy your services, and making sure they are properly secured. Defang does all of that for you.
1010

docs/tutorials/deploy-using-pulumi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mkdir project && cd project
2323

2424
If you're familiar with Pulumi and/or are already logged in with the Pulumi CLI, you can skip the next step.
2525

26-
If you are new to pulumi and/or don't have an account, you can "login" to the filesystem by running the following command:
26+
If you are new to Pulumi and/or don't have an account, you can "login" to the filesystem by running the following command:
2727

2828
```bash
2929
pulumi login file://./

docs/tutorials/use-your-own-domain-name.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to Use Your Own Domain
33
sidebar_position: 600
44
---
55

6-
# How to Use Your Own Domain with AWS
6+
# How to Use Your Own Domain With AWS
77

88
<iframe width="560" height="315" src="https://www.youtube.com/embed/n4RlMpsdTbs?si=_Ru6tobSbi9LT4Q1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
99

0 commit comments

Comments
 (0)