Skip to content

Commit 7f0bde5

Browse files
emily-shenpenalosa
andauthored
fix: tiny copy changes to vscode extension (#7892)
* copy changes * Update home.ts --------- Co-authored-by: Somhairle MacLeòid <[email protected]>
1 parent cab3e37 commit 7f0bde5

File tree

1 file changed

+3
-3
lines changed
  • packages/cloudflare-workers-bindings-extension/src

1 file changed

+3
-3
lines changed

packages/cloudflare-workers-bindings-extension/src/home.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ export class HomeViewProvider implements vscode.WebviewViewProvider {
8282
<h3>🚀 Get started</h3>
8383
<p>To get started with a template, run:</p>
8484
<p class="code-wrapper"><code>npm create cloudflare@latest</code></p>
85-
<p>Develop your project locally:</p>
85+
<p>To develop your project locally, run:</p>
8686
<p class="code-wrapper"><code>npx wrangler dev</code></p>
8787
<p>When you're ready to deploy, run:</p>
8888
<p class="code-wrapper"><code>npx wrangler deploy</code></p>
8989
90-
<h3 class="binding-heading">🔗 Bind to resources</h3>
91-
<p>Connect your Worker to compute, storage and AI resources on the Developer Platform by configuring a <a href="https://developers.cloudflare.com/workers/runtime-apis/bindings/">binding</a>.</p>
90+
<h3 class="binding-heading">🔗 Bind to Cloudflare resources</h3>
91+
<p>Connect your Worker to compute, storage and AI resources on the Cloudflare Developer Platform by configuring a <a href="https://developers.cloudflare.com/workers/runtime-apis/bindings/">binding</a>.</p>
9292
<button class="add-binding">Add new binding</button>
9393
9494
<script nonce="${nonce}" src="${scriptUri}"></script>

0 commit comments

Comments
 (0)