From d290689dbd9555a78d8c40af91c56c561723ec9c Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Thu, 17 Aug 2017 03:16:45 +0530 Subject: [PATCH] Fix minor typo in Role Based Access Control --- examples/rbac/nginx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rbac/nginx/README.md b/examples/rbac/nginx/README.md index cace30051..192fa6dd5 100644 --- a/examples/rbac/nginx/README.md +++ b/examples/rbac/nginx/README.md @@ -1,6 +1,6 @@ # Role Based Access Control -This example demonstrate how to apply an nginx ingress controller with role based access control +This example demonstrates how to apply an nginx ingress controller with role based access control ## Overview @@ -62,7 +62,7 @@ have access to a `configmap` using the resourceName `ingress-controller-leader-n * `configmaps`: create This resourceName is the concatenation of the `election-id` and the -`ingress-class` as defined by the ingress-controller, which default to: +`ingress-class` as defined by the ingress-controller, which defaults to: * `election-id`: `ingress-controller-leader` * `ingress-class`: `nginx`