From 7f22056686b5a8e71c66e73eeaab4403809b791c Mon Sep 17 00:00:00 2001 From: Troy Ready Date: Wed, 7 Sep 2022 10:04:18 -0400 Subject: [PATCH] Minor doc grammar update (#17032) Update to clarify present perfect tense. --- website/content/docs/internals/integrated-storage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/internals/integrated-storage.mdx b/website/content/docs/internals/integrated-storage.mdx index 636567f7b4dc6..27045a0db87fc 100644 --- a/website/content/docs/internals/integrated-storage.mdx +++ b/website/content/docs/internals/integrated-storage.mdx @@ -77,7 +77,7 @@ attempts to replicate to a quorum of followers. Once the log entry is considered _committed_, it can be _applied_ to a finite state machine. The finite state machine is application specific; in Vault's case, we use [BoltDB](https://github.com/etcd-io/bbolt) to maintain a cluster state. Vault's writes -are block until they are _committed_ and _applied_. +are blocked until they are _committed_ and _applied_. #### Compacting Logs