From 788cb238adb52e963e6d75d222c8592f8d3ceb0c Mon Sep 17 00:00:00 2001 From: lucperkins Date: Wed, 25 Jul 2018 15:42:33 -0700 Subject: [PATCH] More language fixes --- content/en/docs/tutorials/stateful-application/cassandra.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/stateful-application/cassandra.md b/content/en/docs/tutorials/stateful-application/cassandra.md index 64b182ec64..ca094a5bb2 100644 --- a/content/en/docs/tutorials/stateful-application/cassandra.md +++ b/content/en/docs/tutorials/stateful-application/cassandra.md @@ -87,14 +87,14 @@ Get the Cassandra `Service`. kubectl get svc cassandra ``` -The response should be +The response is ``` NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE cassandra None 9042/TCP 45s ``` -If anything else is returned, the Service was not successfully created. Read [Debug Services](/docs/tasks/debug-application-cluster/debug-service/) for common issues. +Service creation failed if anything else is returned. Read [Debug Services](/docs/tasks/debug-application-cluster/debug-service/) for common issues. ## Using a StatefulSet to Create a Cassandra Ring