From 5af8f6feae84fbdcfffe5693246d4378f82afe05 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 15 Aug 2017 14:50:47 +0800 Subject: [PATCH] Update index.md add "." for the sentence --- docs/tasks/job/fine-parallel-processing-work-queue/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/job/fine-parallel-processing-work-queue/index.md b/docs/tasks/job/fine-parallel-processing-work-queue/index.md index a3818c89f1..db4a8ebf8f 100644 --- a/docs/tasks/job/fine-parallel-processing-work-queue/index.md +++ b/docs/tasks/job/fine-parallel-processing-work-queue/index.md @@ -50,7 +50,7 @@ If you're not working from the source tree, you could also download [`redis-pod. Now let's fill the queue with some "tasks". In our example, our tasks are just strings to be printed. -Start a temporary interactive pod for running the Redis CLI +Start a temporary interactive pod for running the Redis CLI. ```shell $ kubectl run -i --tty temp --image redis --command "/bin/sh"