diff --git a/website/source/docs/concepts/policies.html.md b/website/source/docs/concepts/policies.html.md index 43b10c27c1..d079ba05dc 100644 --- a/website/source/docs/concepts/policies.html.md +++ b/website/source/docs/concepts/policies.html.md @@ -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.