From 909fba00a5ad1e8f1e928fac1b322a01e62d741c Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Thu, 12 Nov 2015 11:45:04 -0800 Subject: [PATCH] docs: fix typo --- cluster/addons/cluster-loadbalancing/glbc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/cluster-loadbalancing/glbc/README.md b/cluster/addons/cluster-loadbalancing/glbc/README.md index d2342c30251..b5bb34f247b 100644 --- a/cluster/addons/cluster-loadbalancing/glbc/README.md +++ b/cluster/addons/cluster-loadbalancing/glbc/README.md @@ -8,7 +8,7 @@ It relies on the [Ingress resource](../../../../docs/user-guide/ingress.md) only ## Prerequisites -Before you can receiver traffic through the GCE L7 Loadbalancer Controller you need: +Before you can receive traffic through the GCE L7 Loadbalancer Controller you need: * A Working Kubernetes 1.1 cluster * At least 1 Kubernetes [NodePort Service](../../../../docs/user-guide/services.md#type-nodeport) (this is the endpoint for your Ingress) * Firewall-rules that allow traffic to the NodePort service, as indicated by `kubectl` at Service creation time