diff --git a/website/source/intro/getting-started/deploy.html.md b/website/source/intro/getting-started/deploy.html.md index 044a257ec..6e19b25f5 100644 --- a/website/source/intro/getting-started/deploy.html.md +++ b/website/source/intro/getting-started/deploy.html.md @@ -19,8 +19,8 @@ seal/unseal process, and scaling Vault. ## Configuring Vault Vault is configured using [HCL](https://github.com/hashicorp/hcl) files. -As a reminder, these files are also JSON-compatible. The configuration -file for Vault is relatively simple. An example is shown below: +As a reminder, JSON files are also fully HCL-compatible; HCL is a superset of JSON. +The configuration file for Vault is relatively simple. An example is shown below: ```javascript backend "consul" {