Small grammar fix (#4821)

This commit is contained in:
Logan Rakai 2018-06-22 22:59:39 -06:00 committed by Jim Kalafut
parent ca67d0df60
commit f8ac612eaa

View File

@ -196,7 +196,7 @@ similarly matched.
* `read` (`GET`) - Allows reading the data at the given path. * `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 parts of Vault, this implicitly includes the ability to create the initial
value at the path. value at the path.