diff --git a/docs/defining-workflows/workflow-status.md b/docs/defining-workflows/workflow-status.md index f78d07bb..e4f53926 100644 --- a/docs/defining-workflows/workflow-status.md +++ b/docs/defining-workflows/workflow-status.md @@ -2,7 +2,7 @@ sidebar_position: 4 --- -# Workfow Status +# Workflow Status You can monitor the status of the workflow by calling the `running()` method, which returns `true` if the workflow is still running and `false` if it has completed or failed.