From c89381fa2e4808060b29ff8a66db786cb0bdc7b0 Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Fri, 20 Dec 2013 16:02:36 -0800 Subject: [PATCH] minor typo fixes for the rolling update guide --- docsite/rst/guide_rolling_upgrade.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/guide_rolling_upgrade.rst b/docsite/rst/guide_rolling_upgrade.rst index 5dedcb191cb..e578006f7bc 100644 --- a/docsite/rst/guide_rolling_upgrade.rst +++ b/docsite/rst/guide_rolling_upgrade.rst @@ -11,7 +11,7 @@ Introduction Continuous Delivery is the concept of frequently delivering updates to your software application. -The idea is that my updating more often, you not only have to wait for specific timed period, but your organization +The idea is that by updating more often, you do not have to wait for a specific timed period, and your organization gets better at the process of responding to change. Some Ansible users are deploying updates to their end users on an hourly or even more frequent basis -- sometimes every time @@ -24,7 +24,7 @@ rolling upgrades of the web application stack. .. note:: - `Click here for the latest playbooks for this example` + `Click here for the latest playbooks for this example `_. The playbooks deploy Apache, PHP, MySQL, Nagios, and HAProxy to a CentOS-based set of servers.