From 0f6981a130ace0240d745d89d0c1fdd9bba9aa9c Mon Sep 17 00:00:00 2001
From: Tom Wilkie <tomwilkie@users.noreply.github.com>
Date: Tue, 18 Dec 2018 15:31:47 +0000
Subject: [PATCH] Fix typo

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

diff --git a/docs/api.md b/docs/api.md
index e23832bf..f8cf9d48 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -12,7 +12,7 @@ Tenant IDs can be any alphanumeric string; limiting them to 20 bytes is reasonab
 Loki can be run in "single-tenant" mode where the `X-Scope-OrgID` header is not required.
 In this situation, the tenant ID is defaulted to be `fake`.
 
-## REST API
+## REST API
 
 There are 4 API endpoints:
 
-- 
GitLab