fixed some grammar issue (#8645)

* fixed some grammar issue

The sentence did read clearly so I added a change to make it read a little cleaner

* Update website/pages/docs/secrets/index.mdx

Co-authored-by: Becca Petrin <beccapetrin@gmail.com>
This commit is contained in:
Angel Rivera 2020-03-31 19:11:14 -04:00 committed by GitHub
parent 0d6fe0b384
commit eb3e34d74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ description: Secrets engines are mountable engines that store or generate secret
Secrets engines are components which store, generate, or encrypt data. Secrets Secrets engines are components which store, generate, or encrypt data. Secrets
engines are incredibly flexible, so it is easiest to think about them in terms engines are incredibly flexible, so it is easiest to think about them in terms
of their function. Secrets engines are provided some set of data, they take some of their function. Secrets engines operate by receiving API calls that meet [this interface](https://github.com/hashicorp/vault/blob/061bc8ed2bbed49eb4f54c3a04647fbbefb13e48/sdk/framework/backend.go#L105). The calls receive data from the caller, take some
action on that data, and they return a result. action on that data, and they return a result.
Some secrets engines simply store and read data - like encrypted Some secrets engines simply store and read data - like encrypted