From 14ba8e3c0a843726e9e2327ff642fb58a549872e Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 10 Oct 2015 14:16:29 -0600 Subject: [PATCH] minor grammar fixes the updated -> the update remove redundant 'each time', 'at a time' --- website/source/intro/getting-started/jobs.html.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/source/intro/getting-started/jobs.html.md b/website/source/intro/getting-started/jobs.html.md index c4427eda8..9ed031331 100644 --- a/website/source/intro/getting-started/jobs.html.md +++ b/website/source/intro/getting-started/jobs.html.md @@ -141,10 +141,9 @@ $ nomad run example.nomad ==> Evaluation "d34d37f4-19b1-f4c0-b2da-c949e6ade82d" finished with status "complete" ``` -We can see that Nomad handled the updated in three phases, each -time only updating a single task group at a time. The update strategy -can be configured, but rolling updates makes it easy to upgrade -an application at large scale. +We can see that Nomad handled the update in three phases, only updating a single task +group in each phase. The update strategy can be configured, but rolling updates makes +it easy to upgrade an application at large scale. ## Stopping a Job