Fix punctuation

We want an apostrophe (for the contraction, not the possessive), but we don't want an extra period.
This commit is contained in:
Chad Whitacre 2015-05-31 17:00:44 -04:00
parent d0520bf24a
commit 15ed262345

View file

@ -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