Skip to content

Commit 4a44e8d

Browse files
committed
more typo fixes
1 parent e401be2 commit 4a44e8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ description: Frequently asked questions about Defang.
5353

5454
### Do you plan to support other clouds?
5555

56-
- While we currently support [AWS](./concepts/defang-byoc#aws) and [DigitalOcean](./concepts/defang-byoc#digitalocean), we plan to support other clouds in future releases, such [GCP](./providers/gcp.md) and [Azure](./providers/azure.md).
56+
- While we currently support [AWS](./concepts/defang-byoc#aws) and [DigitalOcean](./concepts/defang-byoc#digitalocean), we plan to support other clouds in future releases, such as [GCP](./providers/gcp.md) and [Azure](./providers/azure.md).
5757

5858
### I'm having trouble running the binary on my Mac. What should I do?
5959

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 100
33
title: Overview
4-
description: Overview of Defang, a radically simpler way to build, deploy, and optimize production-ready cloud apps.
4+
description: Overview of Defang, a radically simpler way to develop, deploy, and debug production-ready cloud apps.
55
---
66

77
<iframe width="560" height="315" src="https://www.youtube.com/embed/afglsBYieuc?si=iKgUX4ejz7AixxqQ" 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>

docs/tutorials/deploy-to-digitalocean.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Head to the folder where your project is located.
2323
$ cd path/to/your/project
2424
```
2525

26-
## Step 2 - Authenticate Defang to use your Digital cean Account
26+
## Step 2 - Authenticate Defang to use your DigitalOcean Account
2727

2828
Defang will look for your DigitalOcean credentials in your shell environment and expect to find the following credentials:
2929
* the `DIGITALOCEAN_TOKEN` environment variable

0 commit comments

Comments
 (0)