Two minor fixes

This commit is contained in:
Ryan McGinnis
2017-06-01 14:03:40 -07:00
committed by Andrew Chen
parent 0c535464c8
commit 9e282d2d9f
@@ -94,7 +94,7 @@ title: Performing a Rolling Update
<div class="row">
<div class="col-md-8">
<p>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.</p>
<p>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.</p>
<p>Rolling updates allow the following actions:</p>
<ul>
@@ -116,7 +116,7 @@ title: Performing a Rolling Update
<div class="row">
<div class="col-md-8">
<p> In the following interactive tutorial we'll update our application to a new version, and also perform a rollback.</p>
<p> In the following interactive tutorial, we'll update our application to a new version, and also perform a rollback.</p>
</div>
</div>
<br>