From d163092c2ea1bdebeb5fbdfbe74fe35e4bd13231 Mon Sep 17 00:00:00 2001 From: deads2k Date: Tue, 16 Dec 2014 09:21:09 -0500 Subject: [PATCH] typo in authorization.md --- docs/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authorization.md b/docs/authorization.md index fbac0869cbb..488d97849b7 100644 --- a/docs/authorization.md +++ b/docs/authorization.md @@ -100,4 +100,4 @@ An authorization module can be completely implemented in go, or can call out to a remote authorization service. Authorization modules can implement their own caching to reduce the cost of repeated authorization calls with the same or similar arguments. Developers should then consider the interaction between -caching and revokation of permissions. +caching and revocation of permissions.