From a610ffd71ac8318c1cb2ddc4a234350e61162575 Mon Sep 17 00:00:00 2001 From: Crazykev Date: Tue, 9 Aug 2016 13:22:39 +0800 Subject: [PATCH] typo: correct spell Signed-off-by: Crazykev --- docs/design/indexed-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/indexed-job.md b/docs/design/indexed-job.md index 2cd35e1c92b06..432996d438671 100644 --- a/docs/design/indexed-job.md +++ b/docs/design/indexed-job.md @@ -865,7 +865,7 @@ list of parameters. However, some popular base images do not include `/bin/bash`. For example, `busybox` uses a compact `/bin/sh` implementation that does not support array syntax. -Kubelet does support [expanding varaibles without a +Kubelet does support [expanding variables without a shell](http://kubernetes.io/kubernetes/v1.1/docs/design/expansion.html). But it does not allow for recursive substitution, which is required to extract the correct parameter from a list based on the completion index of the pod. The syntax