We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164822c commit 56b7a5eCopy full SHA for 56b7a5e
src/content/docs/workflows/index.mdx
@@ -42,7 +42,7 @@ This gives you:
42
- Simple and expressive code for complex processes
43
44
<Tabs>
45
- <TabItem label="index.ts">
+ <TabItem label="Workflow Code">
46
```ts
47
export class CheckoutWorkflow extends WorkflowEntrypoint {
48
async run (event, step) {
@@ -61,7 +61,7 @@ export class CheckoutWorkflow extends WorkflowEntrypoint {
61
62
````
63
</TabItem>
64
-<TabItem label="wrangler.jsonc">
+<TabItem label="Workflow Config">
65
66
```json
67
{
0 commit comments