From 44d8ea4559a427079c4a46e5eb6aba0738284476 Mon Sep 17 00:00:00 2001 From: kuritonasu <33165903+kuritonasu@users.noreply.github.com> Date: Fri, 11 Oct 2019 18:12:38 +0300 Subject: [PATCH] Minor typo fix (#7631) --- website/source/docs/commands/operator/init.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/commands/operator/init.html.md b/website/source/docs/commands/operator/init.html.md index 0184220268..3a0f6db2af 100644 --- a/website/source/docs/commands/operator/init.html.md +++ b/website/source/docs/commands/operator/init.html.md @@ -6,7 +6,7 @@ sidebar_current: "docs-commands-operator-init" description: |- The "operator init" command initializes a Vault server. Initialization is the process by which Vault's storage backend is prepared to receive data. Since - Vault server's share the same storage backend in HA mode, you only need to + Vault servers share the same storage backend in HA mode, you only need to initialize one Vault to initialize the storage backend. --- @@ -14,7 +14,7 @@ description: |- The `operator init` command initializes a Vault server. Initialization is the process by which Vault's storage backend is prepared to receive data. Since -Vault server's share the same storage backend in HA mode, you only need to +Vault servers share the same storage backend in HA mode, you only need to initialize one Vault to initialize the storage backend. During initialization, Vault generates an in-memory master key and applies