diff --git a/docs/encyclopedia/workflow/workflow-overview.mdx b/docs/encyclopedia/workflow/workflow-overview.mdx index ee95d6fd4c..a3014a2bf5 100644 --- a/docs/encyclopedia/workflow/workflow-overview.mdx +++ b/docs/encyclopedia/workflow/workflow-overview.mdx @@ -43,9 +43,9 @@ You'll develop those Workflows by writing code in a general-purpose programming or Python. The code you write is the same code that will be executed at runtime, so you can use your favorite tools and libraries to develop Temporal Workflows. -Temporal Workflows are resilient. They can run—and keep running—for years, even if the underlying infrastructure fails. -If the application itself crashes, Temporal will automatically recreate its pre-failure state so it can continue right -where it left off. +Temporal Workflows are resilient. +They can run—and keep running—for years, even if the underlying infrastructure fails. +If the application itself crashes, Temporal will automatically recreate its pre-failure state so it can continue right where it left off. Each Workflow Execution progresses through a series of **Commands** and **Events**, which are recorded in an **Event History**.