Skip to content

Commit

Permalink
[nit] Remove redundant "that" in workload.md (#3324)
Browse files Browse the repository at this point in the history
This change removes a word "that" that was used twice in the dentence and was thus redundant.
  • Loading branch information
accorvin authored Oct 25, 2024
1 parent 5504b97 commit 42bee1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/concepts/workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
---

A _workload_ is an application that will run to completion. It can be composed
by one or multiple Pods that, loosely or tightly coupled, that, as a whole,
by one or multiple Pods that, loosely or tightly coupled, as a whole,
complete a task. A workload is the unit of [admission](/docs/concepts#admission) in Kueue.

The prototypical workload can be represented with a
Expand Down

0 comments on commit 42bee1e

Please sign in to comment.