Merge pull request #544 from codeinthehole/patch-1

Fix typo in ACL doc
This commit is contained in:
Seth Vargo 2015-08-19 09:56:10 -04:00
commit 551e7f4647
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ aspect of Vault, including mounting backends, authenticating, as well as secret
In the policy above, a user could write any secret to `secret/`, except
to `secret/foo`, where only read access is allowed. Policies default to
deny, so any access to an unspecified path is not allowed. The policy
langauge changed slightly in Vault 0.2, [see this page for details](/docs/concepts/policies.html).
language changed slightly in Vault 0.2, [see this page for details](/docs/concepts/policies.html).
Save the above policy as `acl.hcl`.