Fixed Type (#6649)

Fixed typo. Changed procede to proceed.
This commit is contained in:
Justin Weissig 2019-04-29 14:06:31 -07:00 committed by Brian Kassouf
parent e2a0026964
commit e42e6d4ee3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ When users generate credentials, they are generated against this role. For Consu
```
The policy must be base64-encoded. The policy language is [documented by Consul](https://www.consul.io/docs/internals/acl.html).
For Consul versions 1.4 and above, [generate a policy in Consul](https://www.consul.io/docs/guides/acl.html), and procede to link it
For Consul versions 1.4 and above, [generate a policy in Consul](https://www.consul.io/docs/guides/acl.html), and proceed to link it
to the role:
```text
$ vault write consul/roles/my-role policies=readonly