Skip to content

Commit 80a90f0

Browse files
fix broken anchor, update warning text (#2466)
1 parent 28a5b86 commit 80a90f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/tutorials/deploy_command.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The `deno deploy` command provides a powerful CLI for deploying and managing
88
applications on [Deno Deploy<sup>EA</sup>](https://deno.com/deploy).
99

1010
If you already have an app to deploy you can skip to
11-
[Deploying your application](#deploying-your-application), or read on to make
12-
and then deploy a simple app.
11+
[Deploying your application](#deploy-your-application), or read on to make and
12+
then deploy a simple app.
1313

1414
## Prerequisites
1515

@@ -158,11 +158,11 @@ with the `--help` flag to see all available options:
158158
deno deploy --help
159159
```
160160

161-
:::note Deno Deploy<sup>EA</sup> organization requirement
161+
:::note Deno Deploy organization requirement
162162

163-
If you don't already have a Deno Deploy<sup>EA</sup> organization set up, you
164-
can create one through the
165-
[Deno Deploy<sup>EA</sup> web app](https://app.deno.com).
163+
The `deno deploy` command requires a Deno Deploy organization. If you don't
164+
already have an organization set up in your account, you can create one through
165+
the [Deno Deploy web app](https://app.deno.com).
166166

167167
:::
168168

0 commit comments

Comments
 (0)