Skip to content

Commit 56b7a5e

Browse files
committed
Updates headers on code example
1 parent 164822c commit 56b7a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workflows/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This gives you:
4242
- Simple and expressive code for complex processes
4343

4444
<Tabs>
45-
<TabItem label="index.ts">
45+
<TabItem label="Workflow Code">
4646
```ts
4747
export class CheckoutWorkflow extends WorkflowEntrypoint {
4848
async run (event, step) {
@@ -61,7 +61,7 @@ export class CheckoutWorkflow extends WorkflowEntrypoint {
6161

6262
````
6363
</TabItem>
64-
<TabItem label="wrangler.jsonc">
64+
<TabItem label="Workflow Config">
6565

6666
```json
6767
{

0 commit comments

Comments
 (0)