From 734bd6e502d3daf909dbfb0e97a4e8b845ce73f3 Mon Sep 17 00:00:00 2001 From: Ivan Povalyukhin Date: Mon, 28 Sep 2015 19:34:57 -0700 Subject: [PATCH] [code-gardening] fix typo in the documentation --- website/source/intro/getting-started/apis.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/apis.html.md b/website/source/intro/getting-started/apis.html.md index 753b96517e..4e2b0e3313 100644 --- a/website/source/intro/getting-started/apis.html.md +++ b/website/source/intro/getting-started/apis.html.md @@ -60,7 +60,7 @@ The response should be JSON and look something like this: } ``` -This response contains our initial root token. It also includes the unseal key. You can use the uneal key to unseal the Vault and use the root token perform other requests in Vault that require authentication. +This response contains our initial root token. It also includes the unseal key. You can use the unseal key to unseal the Vault and use the root token perform other requests in Vault that require authentication. To make this guide easy to copy-and-paste, we will be using the environment variable `$VAULT_TOKEN` to store the root token. You can export this Vault token in your current shell like this: