From 07bd50d390b218e9a9856b9015d6ce387152ced7 Mon Sep 17 00:00:00 2001 From: XsWack Date: Tue, 8 Aug 2017 12:05:33 +0800 Subject: [PATCH] Update index.md fix typo --- 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 660f38bcf5..a3818c89f1 100644 --- a/docs/tasks/job/fine-parallel-processing-work-queue/index.md +++ b/docs/tasks/job/fine-parallel-processing-work-queue/index.md @@ -30,7 +30,7 @@ Here is an overview of the steps in this example: ## Starting Redis -For this example, for simplicitly, we will start a single instance of Redis. +For this example, for simplicity, we will start a single instance of Redis. See the [Redis Example](https://git.k8s.io/kubernetes/examples/guestbook) for an example of deploying Redis scalably and redundantly.