From 0b6f4d27703cea7f42a39a2140f7a3ac6fcf62d2 Mon Sep 17 00:00:00 2001
From: Peter Lee
Date: Sat, 4 Mar 2017 00:40:07 +0800
Subject: [PATCH] Minor text fix for "ApiServer"
It looks a little weird to apply camel case style for the noun "apiserver", i didn't see somewhere else spelling it in that way.
---
controllers/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/controllers/README.md b/controllers/README.md
index 6df8a3abff..e62cf55b62 100644
--- a/controllers/README.md
+++ b/controllers/README.md
@@ -8,4 +8,4 @@ Configuring a webserver or loadbalancer is harder than it should be. Most webser
## What is an Ingress Controller?
-An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the ApiServer's `/ingresses` endpoint for updates to the [Ingress resource](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/ingress.md). Its job is to satisfy requests for ingress.
+An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's `/ingresses` endpoint for updates to the [Ingress resource](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/ingress.md). Its job is to satisfy requests for ingress.