Skip to content

Commit

Permalink
add fix for #80
Browse files Browse the repository at this point in the history
  • Loading branch information
khieta committed Jun 28, 2024
1 parent 6e0a7da commit 0f77e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/collections/_policies/syntax-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ action == Action::"view"
//matches any of the listed actions
action in [Action::"listAlbums", Action::"listPhotos", Action::"view"]
//matches any action in the hierarchy of the admin entity of type PhotoFlashRole
action in PhotoFlashRole::"admin"
//matches any action in the "admin" action group
action in Action::"admin"
```

### `resource` {#term-parc-resource}
Expand Down

0 comments on commit 0f77e67

Please sign in to comment.