Fixing a typo in the documentation

There's a typo in the *Vault Server* section:
When using Vault as a backend you can share configuration with all applications by placing configuration in `html5/application`. For example, if you run this Vault command

When it should be:
When using Vault as a backend you can share configuration with all applications by placing configuration in `secret/application`. For example, if you run this Vault command
This commit is contained in:
Elias Gomes
2017-01-27 11:32:57 +01:00
committed by GitHub
parent 5a29d9c476
commit 3eec2cb65c

View File

@@ -622,7 +622,7 @@ part of the server.
When using Vault as a backend you can share configuration with
all applications by placing configuration in
`{backend}/application`. For example, if you run this Vault command
`secret/application`. For example, if you run this Vault command
[source,sh]
----