diff --git a/website/source/intro/getting-started/secret-backends.html.md b/website/source/intro/getting-started/secret-backends.html.md index e50ed3b2b1..14f32cf2c2 100644 --- a/website/source/intro/getting-started/secret-backends.html.md +++ b/website/source/intro/getting-started/secret-backends.html.md @@ -65,7 +65,7 @@ the Vault core system. Spend some time reading and writing secrets to the new mount point to convince yourself it works. As a bonus, write to the `secret/` endpoint -and observe that those values unavailable via `generic/`: they share the +and observe that those values are unavailable via `generic/`: they share the same backend, but do not share any data. In addition to this, backends (of the same type or otherwise) _cannot_ access the data of other backends; they can only access data within their mount point.