From 39a1123bf1f766d4e38dfcec611b2e510fe2fae8 Mon Sep 17 00:00:00 2001 From: Tom Petr Date: Mon, 12 Jun 2017 15:48:41 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 912557267..96927ae70 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Generic library for building a Kubernetes aggregated API server. ## Purpose This library contains code to create Kubernetes aggregation server complete with delegated authentication and authorization, -`kubectl` compatible discovery information, optional admission chain, and versioned types. It's first comsumers are +`kubectl` compatible discovery information, optional admission chain, and versioned types. It's first consumers are `k8s.io/kubernetes`, `k8s.io/kube-aggregator`, and `github.com/kubernetes-incubator/service-catalog`.