diff --git a/docs/encyclopedia/workflow/workflow-overview.mdx b/docs/encyclopedia/workflow/workflow-overview.mdx index 610a844691..7781708cde 100644 --- a/docs/encyclopedia/workflow/workflow-overview.mdx +++ b/docs/encyclopedia/workflow/workflow-overview.mdx @@ -39,7 +39,7 @@ You'll develop those Workflows by writing code in a general-purpose programming 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 keeping running—for years, even if the underlying infrastructure fails. +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**.