From 5d9b21a77ae569f5da09171d0e330b7da7c3b2a4 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 7 Jul 2016 17:03:31 +0200 Subject: [PATCH] Fixed a little typo in Cassandra example Readme --- examples/cassandra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cassandra/README.md b/examples/cassandra/README.md index 3eaa43bacb9..2beac0d6a7b 100644 --- a/examples/cassandra/README.md +++ b/examples/cassandra/README.md @@ -281,7 +281,7 @@ The `selector` attribute contains the controller's selector query. It can be explicitly specified, or applied automatically from the labels in the pod template if not set, as is done here. -The pod template's label, `app:cassandra`, matches matches the Service selector +The pod template's label, `app:cassandra`, matches the Service selector from Step 1. This is how pods created by this replication controller are picked up by the Service."