From 15ed2623454e1ed36bfe6b1ef9dc2b4ea0d00fce Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Sun, 31 May 2015 17:00:44 -0400 Subject: [PATCH] Fix punctuation We want an apostrophe (for the contraction, not the possessive), but we don't want an extra period. --- website/source/intro/getting-started/deploy.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/deploy.html.md b/website/source/intro/getting-started/deploy.html.md index 38b733a3cf..89c65576dd 100644 --- a/website/source/intro/getting-started/deploy.html.md +++ b/website/source/intro/getting-started/deploy.html.md @@ -177,8 +177,8 @@ Due to the nature of the algorithm, Vault doesn't know if it has the _correct_ key until the threshold is reached. Also notice that the unseal process is stateful. You can go to another -computer, use `vault unseal`, and as long as its pointing to the same server, -that other computer can continue the unseal process.. This is incredibly +computer, use `vault unseal`, and as long as it's pointing to the same server, +that other computer can continue the unseal process. This is incredibly important to the design of the unseal process: multiple people with multiple keys are required to unseal the Vault. The Vault can be unsealed from multiple computers and the keys should never be together. A single malicious