From e067c4a7c3afa8264bb57a64a0c2de005c0ade68 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Wed, 10 Feb 2016 18:41:46 -0500 Subject: [PATCH] Update rbac.md Fixing some misspellings / typos. --- docs/rbac.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rbac.md b/docs/rbac.md index ee0e2f1e20..dbef438298 100644 --- a/docs/rbac.md +++ b/docs/rbac.md @@ -42,9 +42,9 @@ The RBAC system defines a few new models. These models represent the underlying ## Fields -`ImplicitRoleField` +### `ImplicitRoleField` -`ImplicitResourceField` +### `ImplicitResourceField` ## Mixins @@ -82,7 +82,7 @@ By mixing in the `ResourceMixin` to your model, you are turning your model in to ``` ## Usage -After exploring the _Overview_ the usage of the RBAC implementation in your code should feel unintrisive and natural. +After exploring the _Overview_ the usage of the RBAC implementation in your code should feel unobtrusive and natural. ```python # make your model a Resource