From 39f4c2900910c4a4ba098f6f2a7a464ebfaede0d Mon Sep 17 00:00:00 2001 From: Parth Oberoi Date: Wed, 21 Jan 2015 21:14:16 +0530 Subject: [PATCH] typo in capitalisation "HTTPs" changed to HTTPS --- docs/accessing_the_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/accessing_the_api.md b/docs/accessing_the_api.md index c9124b004b7..c14868c6ea6 100644 --- a/docs/accessing_the_api.md +++ b/docs/accessing_the_api.md @@ -31,7 +31,7 @@ HTTP on 3 ports: Additionally, in typical configurations (i.e. GCE), there is a proxy (nginx) running on the same machine as the apiserver process. The proxy serves HTTPS protected by Basic Auth on port 443, and proxies to the apiserver on localhost:8080. -Typically, firewall rules will allow HTTPs access to port 443. +Typically, firewall rules will allow HTTPS access to port 443. The above are defaults and reflect how Kubernetes is deployed to GCE using kube-up.sh. Other cloud providers may vary.