Merge pull request #14 from tpetr/patch-1

Fix typo
This commit is contained in:
David Eads 2017-06-13 09:03:56 -04:00 committed by GitHub
commit 445617a04d
1 changed files with 1 additions and 1 deletions

View File

@ -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`.