From ddbda517723f2670b251dbecd7e3921787d64a79 Mon Sep 17 00:00:00 2001 From: linweibin Date: Sun, 20 Aug 2017 10:48:31 +0800 Subject: [PATCH] Fix typo in staging/javaee/README.md Line 81: "it's" --> "its" --- staging/javaee/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/javaee/README.md b/staging/javaee/README.md index 7fc8b1b8..44fcf8fc 100644 --- a/staging/javaee/README.md +++ b/staging/javaee/README.md @@ -78,7 +78,7 @@ Our service name is ``mysql-service'' and so ``MYSQL_SERVICE_SERVICE_HOST'' and WildFly is a lightweight Java EE 7 compliant application server. It is wrapped in a Replication Controller and used as the Java EE runtime. -In Kubernetes a [_Replication Controller_](../../docs/user-guide/replication-controller.md) is responsible for replicating sets of identical pods. Like a _Service_ it has a selector query which identifies the members of it's set. Unlike a service it also has a desired number of replicas, and it will create or delete pods to ensure that the number of pods matches up with it's desired state. +In Kubernetes a [_Replication Controller_](../../docs/user-guide/replication-controller.md) is responsible for replicating sets of identical pods. Like a _Service_ it has a selector query which identifies the members of its set. Unlike a service it also has a desired number of replicas, and it will create or delete pods to ensure that the number of pods matches up with its desired state. Here is definition of the MySQL service: [wildfly-rc.yaml](wildfly-rc.yaml).