From 46bb1ee390d045d9cfcd9f99bf47c1b6fc93f3b5 Mon Sep 17 00:00:00 2001 From: Saru Thuraiman Date: Fri, 7 Jan 2022 12:21:37 -0500 Subject: [PATCH] Add missing word "database" in docs (#13571) * Update README.md Add missing word database * Update what-is-vault.mdx Add missing "database" keyword. * Update README.md * Update what-is-vault.mdx * Update website/content/docs/what-is-vault.mdx * Update website/content/docs/what-is-vault.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> --- README.md | 2 +- website/content/docs/what-is-vault.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98ce8a20ca..3dbb4009c0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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 + developers to store encrypted data in a location such as a SQL database without having to design their own encryption methods. * **Leasing and Renewal**: All secrets in Vault have a _lease_ associated diff --git a/website/content/docs/what-is-vault.mdx b/website/content/docs/what-is-vault.mdx index 112673c066..c46a4fb36e 100644 --- a/website/content/docs/what-is-vault.mdx +++ b/website/content/docs/what-is-vault.mdx @@ -49,8 +49,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 a 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