diff --git a/docs/arguments.md b/docs/arguments.md index 953d9a3a87..649a75e75f 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -1,6 +1,6 @@ # Detailed description of a few selected arguments -This list is not the full list, but a few arguments that where choosen. +This list is not the full list, but a few arguments that where chosen. ## admin-access diff --git a/docs/aws-china.md b/docs/aws-china.md index cb6ca2ee42..088e541ab7 100644 --- a/docs/aws-china.md +++ b/docs/aws-china.md @@ -71,7 +71,7 @@ INSTANCE_ID=$(aws ec2 run-instances --image-id $AMI_ID --instance-type m3.medium aws ec2 create-tags --resources ${INSTANCE_ID} --tags Key=k8s.io/role/imagebuilder,Value=1 ``` -Now follow the documentaion of [ImageBuilder][4] in `kube-deploy` to build the image. +Now follow the documentation of [ImageBuilder][4] in `kube-deploy` to build the image. ```console go get k8s.io/kube-deploy/imagebuilder