From 36ec835478ad08f1028d93f88931a6f6f6e6a87c Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 9 Nov 2018 13:11:45 +0800 Subject: [PATCH] Fix some typos (#1489) 1 delete duplicated "the the" 2 keypair->key pair (use same format for key pair in this doc) --- docs/getting-started/step-2-render.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/step-2-render.md b/docs/getting-started/step-2-render.md index 7e40d51ef..3405f980f 100644 --- a/docs/getting-started/step-2-render.md +++ b/docs/getting-started/step-2-render.md @@ -6,9 +6,9 @@ This is the second step of [running Kubernetes on AWS](README.md). Before we lau ### EC2 key pair -The keypair that will authenticate SSH access to your EC2 instances. The public half of this key pair will be configured on each CoreOS node. +The key pair that will authenticate SSH access to your EC2 instances. The public half of this key pair will be configured on each CoreOS node. -After creating a key pair, you will use the name you gave the keys to configure the cluster. Key pairs are only available to EC2 instances in the same region. More info in the [EC2 Keypair docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html). +After creating a key pair, you will use the name you gave the keys to configure the cluster. Key pairs are only available to EC2 instances in the same region. More info in the [EC2 key pair docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html). ### KMS key @@ -279,7 +279,7 @@ apiEndpoints: ``` -If `createRecordSet` is not set to true, the deployer will be responsible for making externalDNSName routable to the the ELB managing the controller nodes after the cluster is created. +If `createRecordSet` is not set to true, the deployer will be responsible for making externalDNSName routable to the ELB managing the controller nodes after the cluster is created. ### Multi-AZ Clusters