Merge pull request #275 from christianberg/patch-1

Fix typo
This commit is contained in:
Seth Vargo 2015-05-29 08:38:37 -07:00
commit d4ebde3504

View File

@ -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