From b239d709f791138c71044ab223f51c42df2408ef Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 11 Sep 2016 08:22:09 -0700 Subject: [PATCH] clean up docs --- docs/01-infrastructure-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-infrastructure-aws.md b/docs/01-infrastructure-aws.md index 66373ca..ec59a6d 100644 --- a/docs/01-infrastructure-aws.md +++ b/docs/01-infrastructure-aws.md @@ -272,7 +272,7 @@ WORKER_0_PUBLIC_IP_ADDRESS=$(aws ec2 describe-instances \ jq -j '.Reservations[].Instances[].PublicIpAddress') ``` -> The instance public IP address can also be obtained from the EC2 console. Each node will be tagged with a unqiue name. +> The instance public IP address can also be obtained from the EC2 console. Each node will be tagged with a unique name. ``` ssh ubuntu@${WORKER_0_PUBLIC_IP_ADDRESS}