Fix typo in docs (#6757)

This commit is contained in:
bonohubby 2019-06-25 18:08:46 +09:00 committed by Tom Christie
parent a1921b1adb
commit f76480a127

View File

@ -283,7 +283,7 @@ The following third party packages are also available.
## DRF - Access Policy
The [Django REST - Access Policy][drf-access-policy] package provides a way to define complex access rules in declaritive policy classes that are attached to view sets or function-based views. The policies are defined in JSON in a format similer to AWS' Identity & Access Management policies.
The [Django REST - Access Policy][drf-access-policy] package provides a way to define complex access rules in declaritive policy classes that are attached to view sets or function-based views. The policies are defined in JSON in a format similar to AWS' Identity & Access Management policies.
## Composed Permissions