typo: complete to completely

This commit is contained in:
Dan Rollo 2018-09-13 13:25:21 -04:00 committed by Stian Thorgersen
parent 42a6a3789f
commit 205e8961f9

View file

@ -28,5 +28,5 @@ When you decode an RPT, you see a payload similar to the following:
From this token you can obtain all permissions granted by the server from the *permissions* claim.
Also note that permissions are directly related with the resources/scopes you are protecting and complete decoupled from
Also note that permissions are directly related with the resources/scopes you are protecting and completely decoupled from
the access control methods that were used to actually grant and issue these same permissions.