diff --git a/website/content/docs/what-is-vault.mdx b/website/content/docs/what-is-vault.mdx index a7c05e005611..bc05513bfcfb 100644 --- a/website/content/docs/what-is-vault.mdx +++ b/website/content/docs/what-is-vault.mdx @@ -52,8 +52,8 @@ The key features of Vault are: - **Data Encryption**: Vault can encrypt and decrypt data without storing it. This allows security teams to define encryption parameters and - developers to store encrypted data in a location such as SQL without - having to design their own encryption methods. + developers to store encrypted data in a location such as an SQL database + without having to design their own encryption methods. - **Leasing and Renewal**: All secrets in Vault have a _lease_ associated with them. At the end of the lease, Vault will automatically revoke that