From e6fadc0eb87f31c8cae8a6f85a4ae6fe0efe3aee Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Sun, 31 May 2015 16:19:38 -0400 Subject: [PATCH] Add a missing word --- website/source/intro/getting-started/secret-backends.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.