From 9e282d2d9fee541cb18072ca0d9175e76f1202ee Mon Sep 17 00:00:00 2001 From: Ryan McGinnis Date: Thu, 1 Jun 2017 14:03:40 -0700 Subject: [PATCH] Two minor fixes --- docs/tutorials/kubernetes-basics/update-intro.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/kubernetes-basics/update-intro.html b/docs/tutorials/kubernetes-basics/update-intro.html index 54c991a2a8..05ca991bcb 100644 --- a/docs/tutorials/kubernetes-basics/update-intro.html +++ b/docs/tutorials/kubernetes-basics/update-intro.html @@ -94,7 +94,7 @@ title: Performing a Rolling Update
-

Similar to application Scaling, If a Deployment is exposed publicly, the Service will load-balance the traffic only to available Pods during the update. An available Pod is an instance that is available to the users of the application.

+

Similar to application Scaling, if a Deployment is exposed publicly, the Service will load-balance the traffic only to available Pods during the update. An available Pod is an instance that is available to the users of the application.

Rolling updates allow the following actions:

    @@ -116,7 +116,7 @@ title: Performing a Rolling Update
    -

    In the following interactive tutorial we'll update our application to a new version, and also perform a rollback.

    +

    In the following interactive tutorial, we'll update our application to a new version, and also perform a rollback.