From ddf955e6e12539d701e384c78472563d7377a2d8 Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Sun, 23 Sep 2018 13:50:36 -0700 Subject: [PATCH] Fix typo. (#357) Thanks for the contribution :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95cf4d659..52e03ed91 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ leveraging the portable Kubernetes API. Each provider may have its own configuration file, and required environmental variables. Providers must provide the following functionality to be considered a supported integration with Virtual Kubelet. -1. Provides the back-end plumbing necessary to support the lifecycle management of pods, containers and supporting resources in the context of Kubernete. +1. Provides the back-end plumbing necessary to support the lifecycle management of pods, containers and supporting resources in the context of Kubernetes. 2. Conforms to the current API provided by Virtual Kubelet. 3. Does not have access to the Kubernetes API Server and has a well-defined callback mechanism for getting data like secrets or configmaps.