mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
Update rbac.md
Fixing some misspellings / typos.
This commit is contained in:
@@ -42,9 +42,9 @@ The RBAC system defines a few new models. These models represent the underlying
|
|||||||
|
|
||||||
## Fields
|
## Fields
|
||||||
|
|
||||||
`ImplicitRoleField`
|
### `ImplicitRoleField`
|
||||||
|
|
||||||
`ImplicitResourceField`
|
### `ImplicitResourceField`
|
||||||
|
|
||||||
## Mixins
|
## Mixins
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ By mixing in the `ResourceMixin` to your model, you are turning your model in to
|
|||||||
```
|
```
|
||||||
## Usage
|
## 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
|
```python
|
||||||
# make your model a Resource
|
# make your model a Resource
|
||||||
|
|||||||
Reference in New Issue
Block a user