Skip to content

Commit 9530eb2

Browse files
Oxyjunpedrosousa
andauthored
Apply suggestions from code review
Co-authored-by: Pedro Sousa <[email protected]>
1 parent 9286feb commit 9530eb2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/docs/d1/get-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ This creates a new D1 database and outputs the [binding](/workers/runtime-apis/b
148148
</TabItem> <TabItem label='Dashboard'>
149149

150150
<Steps>
151-
1. In the Cloudflare dashboard, go to the **D1** page.
151+
1. In the Cloudflare dashboard, go to the **D1 SQL database** page.
152152

153153
<DashButton url="/?to=/:account/workers/d1" />
154154
2. Select **Create Database**.
@@ -296,7 +296,7 @@ After correctly preparing your [Wrangler configuration file](/workers/wrangler/c
296296
Use the Dashboard to create a table and populate it with data.
297297

298298
<Steps>
299-
1. In the Cloudflare dashboard, go to the **D1** page.
299+
1. In the Cloudflare dashboard, go to the **D1 SQL database** page.
300300
<DashButton url="/?to=/:account/workers/d1" />
301301
2. Select the `prod-d1-tutorial` database you created in [step 2](/d1/get-started/#2-create-a-database).
302302
3. Select **Console**.
@@ -576,7 +576,7 @@ npx wrangler d1 delete prod-d1-tutorial
576576
</TabItem><TabItem label='Dashboard'>
577577

578578
<Steps>
579-
1. In the Cloudflare dashboard, go to the **D1** page.
579+
1. In the Cloudflare dashboard, go to the **D1 SQL database** page.
580580
<DashButton url="/?to=/:account/workers/d1" />
581581

582582
2. Select your `prod-d1-tutorial` D1 database.

src/content/docs/hyperdrive/configuration/tls-ssl-certificates-for-hyperdrive.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ From the dashboard, follow these steps to create a Hyperdrive configuration with
8282
<DashButton url="/?to=/:account/workers/hyperdrive" />
8383
2. Select **Create configuration**.
8484
3. Select **Server certificates**.
85-
4. Specify a SSL mode of **Verify CA** or **Verify full**
85+
4. Specify a SSL mode of **Verify CA** or **Verify full**.
8686
5. Select the SSL certificate of the certificate authority (CA) of your database that you have previously uploaded with Wrangler.
8787

8888
</TabItem>

src/content/docs/pages/configuration/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [Pages API](/api/resources/pages/subresources/projects/methods/list/) empowe
1818

1919
To create an API token:
2020

21-
1. In the Cloudflare dashboard, go to the **API Tokens** page.
21+
1. In the Cloudflare dashboard, go to the **Account API tokens** page.
2222

2323
<DashButton url="/?to=/:account/api-tokens" />
2424
2. Select **Create Token**.

0 commit comments

Comments
 (0)