From 139f1c142a606403950fab676a2006865f00f32e Mon Sep 17 00:00:00 2001 From: Moussa Taifi Date: Sat, 4 Nov 2017 15:38:46 -0400 Subject: [PATCH] Fix typo in Actual parallelism section Fix typo in Actual parallelism section --- docs/concepts/workloads/controllers/jobs-run-to-completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/jobs-run-to-completion.md b/docs/concepts/workloads/controllers/jobs-run-to-completion.md index 6621b3b17d..9af3d12971 100644 --- a/docs/concepts/workloads/controllers/jobs-run-to-completion.md +++ b/docs/concepts/workloads/controllers/jobs-run-to-completion.md @@ -162,7 +162,7 @@ job "myjob" scaled You can also use the `scale` subresource of the Job resource. Actual parallelism (number of pods running at any instant) may be more or less than requested -parallelism, for a variety or reasons: +parallelism, for a variety of reasons: - For Fixed Completion Count jobs, the actual number of pods running in parallel will not exceed the number of remaining completions. Higher values of `.spec.parallelism` are effectively ignored.