Skip to content

Commit e694639

Browse files
committed
Fix a typo in controllers/job.md
A correct name for a framework is Horovod
1 parent 00726c5 commit e694639

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ and `.spec.completions` together such that `.spec.parallelism == .spec.completio
10781078
When scaling down, Kubernetes removes the Pods with higher indexes.
10791079

10801080
Use cases for elastic Indexed Jobs include batch workloads which require
1081-
scaling an indexed Job, such as MPI, Horovord, Ray, and PyTorch training jobs.
1081+
scaling an indexed Job, such as MPI, Horovod, Ray, and PyTorch training jobs.
10821082

10831083
### Delayed creation of replacement pods {#pod-replacement-policy}
10841084

0 commit comments

Comments
 (0)