From 008126c66bc56d3dd30ae9b43a3cf4a467e5529e Mon Sep 17 00:00:00 2001 From: Ethan Ruhe Date: Thu, 22 Jan 2026 14:51:50 -0500 Subject: [PATCH] Fix verb form in Workflows page Change "keeping running" to "keep running" to maintain parallel structure with "run" in the sentence. Co-Authored-By: Claude Opus 4.5 --- docs/encyclopedia/workflow/workflow-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**.