From b63e54c4b33fdc1ccac0345d144581b02448069e Mon Sep 17 00:00:00 2001 From: Paul Korzhyk Date: Sun, 17 Feb 2019 12:35:20 +0200 Subject: [PATCH] Update secrets-engines.html.md That sentence sounds weird to me. I think this way is better. --- website/source/intro/getting-started/secrets-engines.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/secrets-engines.html.md b/website/source/intro/getting-started/secrets-engines.html.md index 73793493eb..e693d45972 100644 --- a/website/source/intro/getting-started/secrets-engines.html.md +++ b/website/source/intro/getting-started/secrets-engines.html.md @@ -19,8 +19,8 @@ $ vault write foo/bar a=b * no handler for route 'foo/bar' ``` -The path prefix tells Vault which secrets engine to which it should route -traffic. When a request comes to Vault, it matches the initial path part using a +The path prefix tells Vault which secrets engine it should route +traffic to. When a request comes to Vault, it matches the initial path part using a longest prefix match and then passes the request to the corresponding secrets engine enabled at that path.