clean up docs

pull/49/head
Kelsey Hightower 2016-09-11 08:22:09 -07:00
parent 87ae2e1578
commit b239d709f7
1 changed files with 1 additions and 1 deletions

View File

@ -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}