From dbd1b1ee8a12adb140cc26f6b371aaf5632c9e8b Mon Sep 17 00:00:00 2001 From: Srikanth Venkatesh Date: Sat, 25 May 2019 01:09:11 +0530 Subject: [PATCH] Typo in concepts/policy-syntax (#6782) --- website/source/docs/concepts/policies.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.