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>
This commit is contained in:
Saru Thuraiman
2022-01-07 12:21:37 -05:00
committed by GitHub
parent ade75b6cca
commit 46bb1ee390
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ The key features of Vault are:
* **Data Encryption**: Vault can encrypt and decrypt data without storing * **Data Encryption**: Vault can encrypt and decrypt data without storing
it. This allows security teams to define encryption parameters and 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. having to design their own encryption methods.
* **Leasing and Renewal**: All secrets in Vault have a _lease_ associated * **Leasing and Renewal**: All secrets in Vault have a _lease_ associated

View File

@@ -49,8 +49,8 @@ The key features of Vault are:
- **Data Encryption**: Vault can encrypt and decrypt data without storing - **Data Encryption**: Vault can encrypt and decrypt data without storing
it. This allows security teams to define encryption parameters and 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
having to design their own encryption methods. without having to design their own encryption methods.
- **Leasing and Renewal**: All secrets in Vault have a _lease_ associated - **Leasing and Renewal**: All secrets in Vault have a _lease_ associated
with them. At the end of the lease, Vault will automatically revoke that with them. At the end of the lease, Vault will automatically revoke that