summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-08-19 09:29:22 -0700
committerGitHub <noreply@github.com>2016-08-19 09:29:22 -0700
commit4dafcd0bfd00943ba056d1508f3ff81afd5e28fa (patch)
tree7dd809a683441b8d69e20c839154dfd6c98be954
parentd418f4b9b18b25cd03078b7d5068326861152267 (diff)
parent7c02a6a20bc67acde3e97258cf5590e19558ffd9 (diff)
Merge pull request #30966 from Crazykev/fix-typo
Automatic merge from submit-queue correct specifies in aws_under_the_hood
-rw-r--r--aws_under_the_hood.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/aws_under_the_hood.md b/aws_under_the_hood.md
index aedab0e1..3ff1c17e 100644
--- a/aws_under_the_hood.md
+++ b/aws_under_the_hood.md
@@ -177,7 +177,7 @@ within AWS Certificate Manager.
service.beta.kubernetes.io/aws-load-balancer-backend-protocol=(https|http|ssl|tcp)
```
-The second annotation specificies which protocol a pod speaks. For HTTPS and
+The second annotation specifies which protocol a pod speaks. For HTTPS and
SSL, the ELB will expect the pod to authenticate itself over the encrypted
connection.