From 8fd437f74dbb64436e89ab34cf27dd3a0b5acb2e Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Mon, 11 Sep 2017 12:05:44 +0200
Subject: [PATCH] Fix typo in documentation

---
 src/site/markdown/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/installation.md b/src/site/markdown/installation.md
index 41012ea7c..c94bfe38c 100644
--- a/src/site/markdown/installation.md
+++ b/src/site/markdown/installation.md
@@ -74,7 +74,7 @@ In this case follow the CouchDB's
 
 Before you proceed, make sure that CouchDB is up and running:
 
-	$ curl locahost:5984
+	$ curl localhost:5984
 
 CouchDB should respond with version information.
 
-- 
GitLab