docs: minor fixes to improve sentence flow (#6839)

This commit is contained in:
Justin Weissig 2019-06-06 08:25:59 -07:00 committed by Jim Kalafut
parent b4cc1413f2
commit 8e992d7c3d
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ sidebar_current: "docs-commands-operator-rotate"
description: |-
The "operator rotate" rotates the underlying encryption key which is used to
secure data written to the storage backend. This installs a new key in the key
ring. This new key is used to encrypted new data, while older keys in the ring
ring. This new key is used to encrypt new data, while older keys in the ring
are used to decrypt older data.
---

View File

@ -173,7 +173,7 @@ storage "dynamodb" {
### Enabling High Availability
This example show enabling high availability for the DynamoDB storage backend.
This example shows enabling high availability for the DynamoDB storage backend.
```hcl
api_addr = "https://vault-leader.my-company.internal"

View File

@ -123,7 +123,7 @@ storage "etcd" {
### Enabling High Availability
This example show enabling high availability for the Etcd storage backend.
This example shows enabling high availability for the Etcd storage backend.
```hcl
api_addr = "https://vault-leader.my-company.internal"