Skip to content

Commit 3a4ad1a

Browse files
committed
Fix 'Deploy your bucket' copy that should be 'Deploy your Worker'
1 parent 31faed1 commit 3a4ad1a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/content/docs/r2/api/workers/workers-api-usage.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,11 @@ export default class extends WorkerEntrypoint<Env> {
140140
},
141141
});
142142
}
143-
}
143+
144+
}
144145
};
145-
```
146+
147+
````
146148
</TabItem> <TabItem label="JavaScript" icon="seti:javascript">
147149
```js
148150
export default {
@@ -192,7 +194,8 @@ export default {
192194
}
193195
}
194196
}
195-
```
197+
````
198+
196199
</TabItem> </Tabs>
197200
<Render file="request-dot-clone-warning" product="workers" />
198201
@@ -268,7 +271,7 @@ Enter the secret text you'd like assigned to the variable AUTH_KEY_SECRET on the
268271
269272
This secret is now available as `AUTH_KEY_SECRET` on the `env` parameter in your Worker.
270273
271-
## 6. Deploy your bucket
274+
## 6. Deploy your Worker
272275
273276
With your Worker and bucket set up, run the `npx wrangler deploy` [command](/workers/wrangler/commands/#deploy) to deploy to Cloudflare's global network:
274277

0 commit comments

Comments
 (0)