From f0e6abbdfc78e61d5b2c0187fd3df2975d8deac6 Mon Sep 17 00:00:00 2001 From: Mano Marks Date: Tue, 24 Jan 2017 19:21:55 -0800 Subject: [PATCH] fixing a typo --- docker-for-aws/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-aws/upgrade.md b/docker-for-aws/upgrade.md index a372dbbd92..fc71c4d043 100644 --- a/docker-for-aws/upgrade.md +++ b/docker-for-aws/upgrade.md @@ -19,7 +19,7 @@ To upgrade, apply a new version of the AWS Cloudformation template that powers D New releases are announced on [Release Notes](release-notes.md) page. -To initiate an update, use either the AWS Console of the AWS cli to initiate a stack update. Use the S3 template URL for the new release and complete the update wizard. This will initiate a rolling upgrade of the Docker swarm, and service state will be maintained during and after the upgrade. Appropriately scaled services should not experience downtime during an upgrade. +To initiate an update, use either the AWS Console or the AWS cli to initiate a stack update. Use the S3 template URL for the new release and complete the update wizard. This will initiate a rolling upgrade of the Docker swarm, and service state will be maintained during and after the upgrade. Appropriately scaled services should not experience downtime during an upgrade. ![Upgrade in AWS console](img/cloudformation_update.png)