From f8ac612eaacfdb350b41ecce62b8eac5ddc005fd Mon Sep 17 00:00:00 2001 From: Logan Rakai Date: Fri, 22 Jun 2018 22:59:39 -0600 Subject: [PATCH] Small grammar fix (#4821) --- 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 b9008b20b6..120749f5e0 100644 --- a/website/source/docs/concepts/policies.html.md +++ b/website/source/docs/concepts/policies.html.md @@ -196,7 +196,7 @@ similarly matched. * `read` (`GET`) - Allows reading the data at the given path. - * `update` (`POST/PUT`) - Allows change the data at the given path. In most + * `update` (`POST/PUT`) - Allows changing the data at the given path. In most parts of Vault, this implicitly includes the ability to create the initial value at the path.