Merge pull request #154 from leocassarani/patch-3

Fix typo in docs: "it's" -> "its"
This commit is contained in:
Seth Vargo 2015-05-07 13:31:03 -04:00
commit dfcf2dafaa
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ clarify what is being discussed:
Secrets always have an associated lease. This means clients cannot assume that the secret Secrets always have an associated lease. This means clients cannot assume that the secret
contents can be used indefinitely. Vault will revoke a secret at the end of the lease, and contents can be used indefinitely. Vault will revoke a secret at the end of the lease, and
an operator may intervene to revoke the secret before the lease is over. This contract an operator may intervene to revoke the secret before the lease is over. This contract
between Vault and it's clients is critical, as it allows for changes in keys and policies between Vault and its clients is critical, as it allows for changes in keys and policies
without manual intervention. without manual intervention.
* **Server** - Vault depends on a long-running instance which operates as a server. * **Server** - Vault depends on a long-running instance which operates as a server.

View File

@ -9,7 +9,7 @@ description: |-
# Vault Internals # Vault Internals
This section covers the internals of Vault and explains the technical This section covers the internals of Vault and explains the technical
details of how Vault functions, it's architecture and security properties. details of how Vault functions, its architecture and security properties.
-> **Note:** Knowledge of Vault internals is not -> **Note:** Knowledge of Vault internals is not
required to use Vault. If you aren't interested in the internals required to use Vault. If you aren't interested in the internals