Skip to content

Commit 6d1e0ed

Browse files
Madgvoxcipherboy
andauthored
Change JSON policy example from 'paths' to 'path' (#1721)
* Change JSON policy example from 'paths' to 'path' Signed-off-by: Nate Tessman <madgvox@gmail.com> * Add changelog Signed-off-by: Nate Tessman <madgvox@gmail.com> * Delete changelog/1721.txt Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> --------- Signed-off-by: Nate Tessman <madgvox@gmail.com> Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> Co-authored-by: Alexander Scheel <alexander.m.scheel@gmail.com>
1 parent ac81f2f commit 6d1e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/docs/concepts/policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Equivalently in JSON, this would be:
9595

9696
```json
9797
{
98-
"paths": {
98+
"path": {
9999
"secret/foo": {
100100
"capabilities": ["read"]
101101
}

0 commit comments

Comments
 (0)