From 8e992d7c3ddfac9271f39655e49e5638b8ace63c Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Thu, 6 Jun 2019 08:25:59 -0700 Subject: [PATCH] docs: minor fixes to improve sentence flow (#6839) --- website/source/docs/commands/operator/rotate.html.md | 2 +- website/source/docs/configuration/storage/dynamodb.html.md | 2 +- website/source/docs/configuration/storage/etcd.html.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/commands/operator/rotate.html.md b/website/source/docs/commands/operator/rotate.html.md index 4914c43d1f..06ae8dcdf9 100644 --- a/website/source/docs/commands/operator/rotate.html.md +++ b/website/source/docs/commands/operator/rotate.html.md @@ -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. --- diff --git a/website/source/docs/configuration/storage/dynamodb.html.md b/website/source/docs/configuration/storage/dynamodb.html.md index dd649d5700..dc2768cb1f 100644 --- a/website/source/docs/configuration/storage/dynamodb.html.md +++ b/website/source/docs/configuration/storage/dynamodb.html.md @@ -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" diff --git a/website/source/docs/configuration/storage/etcd.html.md b/website/source/docs/configuration/storage/etcd.html.md index d89c0fab46..2db5f18813 100644 --- a/website/source/docs/configuration/storage/etcd.html.md +++ b/website/source/docs/configuration/storage/etcd.html.md @@ -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"