From de4b6e202930bc22da622ff26c40d25476a43921 Mon Sep 17 00:00:00 2001 From: Christian Berg Date: Fri, 29 May 2015 10:24:29 +0200 Subject: [PATCH] Fix typo --- website/source/intro/getting-started/authentication.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/authentication.html.md b/website/source/intro/getting-started/authentication.html.md index 0074e79010..c8d55adf6a 100644 --- a/website/source/intro/getting-started/authentication.html.md +++ b/website/source/intro/getting-started/authentication.html.md @@ -10,7 +10,7 @@ description: |- Now that we know how to use the basics of Vault, it is important to understand how to authenticate to Vault itself. Up to this point, we haven't had to -authenticate because starting the Vault sever in dev mode automatically logs +authenticate because starting the Vault server in dev mode automatically logs us in as root. In practice, you'll almost always have to manually authenticate. On this page, we'll talk specifically about _authentication_. On the next