Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/encyclopedia/workflow/workflow-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down