From f76480a127cd653d981e1463fa6bafdcea0021c6 Mon Sep 17 00:00:00 2001 From: bonohubby <51687451+bonohubby@users.noreply.github.com> Date: Tue, 25 Jun 2019 18:08:46 +0900 Subject: [PATCH] Fix typo in docs (#6757) --- docs/api-guide/permissions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md index aae3156e9..c756d4d7b 100644 --- a/docs/api-guide/permissions.md +++ b/docs/api-guide/permissions.md @@ -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 @@ -324,4 +324,4 @@ The [Django Rest Framework Role Filters][django-rest-framework-role-filters] pac [djangorestframework-api-key]: https://github.com/florimondmanca/djangorestframework-api-key [django-rest-framework-role-filters]: https://github.com/allisson/django-rest-framework-role-filters [django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian -[drf-access-policy]: https://github.com/rsinger86/drf-access-policy \ No newline at end of file +[drf-access-policy]: https://github.com/rsinger86/drf-access-policy