Typo in concepts/policy-syntax (#6782)

This commit is contained in:
Srikanth Venkatesh 2019-05-25 01:09:11 +05:30 committed by Chris Hoffman
parent 78c6668d80
commit d08edf7483
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ path "secret/foo" {
```
When this policy is assigned to a token, the token can read from `"secret/foo"`.
However, the token could not update or delete `"secret/foo"`, since the
However, the token cannot update or delete `"secret/foo"`, since the
capabilities do not allow it. Because policies are **deny by default**, the
token would have no other access in Vault.