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.