Merge pull request #2964 from deads2k/deads-typo

typo in authorization.md
This commit is contained in:
Daniel Smith 2014-12-16 10:22:10 -08:00
commit 36aeef009d

View File

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