From 038603ed98c2e5c932e3ff63497ce07c66c65a2d Mon Sep 17 00:00:00 2001 From: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:35:35 -0700 Subject: [PATCH] Update workflow-overview.md --- .../building-blocks/workflow/workflow-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-overview.md b/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-overview.md index ef94a35b1..c948a7287 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-overview.md +++ b/daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-overview.md @@ -50,7 +50,7 @@ You can also get information on the workflow (even if it has been terminated or - The current running status, whether that be “Running”, “Terminated”, or “Completed” ## Runing a workflow -When you run dapr init, Dapr creates a default workflow runtime. This component is written in Go and implements workflow instances as actors to promote placement and scalability. +When you run `dapr init`, Dapr creates a default workflow runtime. This component is written in Go and implements workflow instances as actors to promote placement and scalability. ### Start