Skip to content

Commit 6f3d1ad

Browse files
committed
fix(docs): replace smart quotes with straight quotes in JSX attributes
1 parent a0b35f5 commit 6f3d1ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/docs/content/docs/en/execution/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Each workflow maintains a rich context during execution containing:
6565

6666
## Deployment Snapshots
6767

68-
API, Chat, Schedule, and Webhook executions run against the workflows active deployment snapshot. Manual runs from the editor execute the current draft canvas state, letting you test changes before deploying. Publish a new deployment whenever you change the canvas so every trigger uses the updated version.
68+
API, Chat, Schedule, and Webhook executions run against the workflow's active deployment snapshot. Manual runs from the editor execute the current draft canvas state, letting you test changes before deploying. Publish a new deployment whenever you change the canvas so every trigger uses the updated version.
6969

70-
<div className=flex justify-center my-6>
70+
<div className="flex justify-center my-6">
7171
<Image
72-
src=/static/execution/deployment-versions.png
73-
alt=Deployment versions table
72+
src="/static/execution/deployment-versions.png"
73+
alt="Deployment versions table"
7474
width={500}
7575
height={280}
76-
className=rounded-xl border border-border shadow-sm
76+
className="rounded-xl border border-border shadow-sm"
7777
/>
7878
</div>
7979

@@ -88,7 +88,7 @@ From the version table you can:
8888
- **Rename** a version to give it a meaningful label (e.g., "v2 — added error handling")
8989
- **Add a description** with notes about what changed in that deployment
9090
- **Promote to live** to roll back to an older version — this makes the selected version the active deployment without changing your draft canvas
91-
- **Load into editor** to restore a previous versions workflow into the canvas for editing and redeploying
91+
- **Load into editor** to restore a previous version's workflow into the canvas for editing and redeploying
9292
- **Preview a version** by selecting a row, then toggle between viewing the live deployment and the selected version in the canvas
9393

9494
{/* TODO: Screenshot of the version preview toggle (live vs selected) */}

0 commit comments

Comments
 (0)