From 40ff2f7e720175c1468acff32d4a4295719f781c Mon Sep 17 00:00:00 2001
From: Keith Bartholomew <keith.bartholomew@rackspace.com>
Date: Mon, 27 Mar 2017 16:26:18 -0500
Subject: [PATCH] s/Wildard/Wildcard/

---
 docs/admin/authorization.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md
index d1f9c21da1..e1b65dcae9 100644
--- a/docs/admin/authorization.md
+++ b/docs/admin/authorization.md
@@ -90,10 +90,10 @@ properties:
     - Resource-matching properties:
       - `apiGroup`, type string; an API group.
         - Ex: `extensions`
-        - Wildard: `*` matches all API groups.
+        - Wildcard: `*` matches all API groups.
       - `namespace`, type string; a namespace.
         - Ex: `kube-system`
-        - Wildard: `*` matches all resource requests.
+        - Wildcard: `*` matches all resource requests.
       - `resource`, type string; a resource type
         - Ex: `pods`
         - Wildcard: `*` matches all resource requests.