From 24ce95a016a376674606b4ee754ed359117d777f Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Tue, 30 Oct 2018 14:43:25 +0000
Subject: [PATCH] Fixes typo in docs

---
 docs/clmc-service.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/clmc-service.md b/docs/clmc-service.md
index d0aaf30..01e5bae 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -115,7 +115,7 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
         
     * Example for sending a request with curl:
     
-        `curl -F "alert-spec=@alert-specification.yaml" -F "resource-spec=@resource-specification.yaml" http://loclahost:9080/alerts`
+        `curl -F "alert-spec=@alert-specification.yaml" -F "resource-spec=@resource-specification.yaml" http://localhost:9080/alerts`
         
         where **alert-specification.yaml** is the path to the alerts specification file and **resource-specification.yaml** is the
         path to the resource specification file.
-- 
GitLab