From 5bb1a8e2c2ed68d1fae2553c021c707d5cdf80f4 Mon Sep 17 00:00:00 2001 From: lv1il0s Date: Wed, 29 Apr 2020 17:30:27 +0200 Subject: [PATCH] Update state-machine-workflows.md (#18152) Fix tiny typo --- .../windows-workflow-foundation/state-machine-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/windows-workflow-foundation/state-machine-workflows.md b/docs/framework/windows-workflow-foundation/state-machine-workflows.md index e76c87fa35523..237a67e8fd4c0 100644 --- a/docs/framework/windows-workflow-foundation/state-machine-workflows.md +++ b/docs/framework/windows-workflow-foundation/state-machine-workflows.md @@ -15,7 +15,7 @@ A state machine is a well-known paradigm for developing programs. The - To create a state machine workflow, states are added to a activity, and transitions are used control the flow between states. The following screenshot, from the [Getting Started Tutorial](getting-started-tutorial.md) step [How to: Create a State Machine Workflow](how-to-create-a-state-machine-workflow.md), shows a state machine workflow with three states and three transitions. **Initialize Target** is the initial state and represents the first state in the workflow. This is designated by the line leading to it from the **Start** node. The final state in the workflow is named **FinalState**, and represents the point at which the workflow is completed. + To create a state machine workflow, states are added to a activity, and transitions are used to control the flow between states. The following screenshot, from the [Getting Started Tutorial](getting-started-tutorial.md) step [How to: Create a State Machine Workflow](how-to-create-a-state-machine-workflow.md), shows a state machine workflow with three states and three transitions. **Initialize Target** is the initial state and represents the first state in the workflow. This is designated by the line leading to it from the **Start** node. The final state in the workflow is named **FinalState**, and represents the point at which the workflow is completed. ![Illustration that shows the completed state machine workflow.](./media/state-machine-workflows/complete-state-machine-workflow.jpg)