Update task states terminology in services.md (#24467)

<!--Delete sections as needed -->

## Description
Corrected task states terminology in the documentation.
<!-- Tell us what you did and why -->

## Related issues or tickets

Closes https://github.com/docker/docs/issues/24464
<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
David Karlsson
2026-03-23 17:54:44 +01:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ fails its health check or crashes, the orchestrator creates a new replica task
that spawns a new container.
A task is a one-directional mechanism. It progresses monotonically through a
series of states: assigned, prepared, running, etc. If the task fails, the
series of states: `ASSIGNED`, `PREPARING`, `RUNNING`, etc. If the task fails, the
orchestrator removes the task and its container and then creates a new task to
replace it according to the desired state specified by the service.