Skip to content

Commit a51aa3d

Browse files
authored
Update how-to-develop-a-standard-flow.md
fixed typo in line 44
1 parent af135b3 commit a51aa3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/prompt-flow/how-to-develop-a-standard-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ At the left, it's the flatten view, the main working area where you can author t
4141
At the right, it's the graph view for visualization only. It shows the flow structure you're developing, including the tools and their links. You can zoom in, zoom out, auto layout, etc.
4242

4343
> [!NOTE]
44-
> You cannot edit the graph view. To edit one tool node, you can double-click the node to locate to the corresponding tool card in the flatten view the do the inline edit.
44+
> You cannot edit the graph view. To edit one tool node, you can double-click the node to locate to the corresponding tool card in the flatten view, then do the inline edit.
4545
4646
:::image type="content" source="./media/how-to-develop-a-standard-flow/flow-graph-view.png" alt-text="Screenshot of Web Classification highlighting the graph view. " lightbox = "./media/how-to-develop-a-standard-flow/flow-graph-view.png":::
4747

@@ -222,4 +222,4 @@ First define flow output schema, then select in drop-down the node whose output
222222

223223
- [Develop a customized evaluation flow](how-to-develop-an-evaluation-flow.md)
224224
- [Tune prompts using variants](how-to-tune-prompts-using-variants.md)
225-
- [Deploy a flow](how-to-deploy-for-real-time-inference.md)
225+
- [Deploy a flow](how-to-deploy-for-real-time-inference.md)

0 commit comments

Comments
 (0)