From 3f7c3a92c30c10d84df270ff2414ca61f6544d5e Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sat, 29 Aug 2015 11:30:11 +0100 Subject: [PATCH] docs: Fix typo (hyphen -> underscore) in remote-config --- website/source/docs/commands/remote-config.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/remote-config.html.markdown b/website/source/docs/commands/remote-config.html.markdown index 9349b8b50..c7586ac0e 100644 --- a/website/source/docs/commands/remote-config.html.markdown +++ b/website/source/docs/commands/remote-config.html.markdown @@ -42,7 +42,7 @@ to a local file. This defaults to the `-state` path during restore. The following backends are supported: -* Atlas - Stores the state in Atlas. Requires the `name` and `access-token` +* Atlas - Stores the state in Atlas. Requires the `name` and `access_token` variables. The `address` variable can optionally be provided. * Consul - Stores the state in the KV store at a given path.