From 1e0b8301f8de7df98525accd1357a04a5beaddb5 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 30 Jun 2020 08:12:35 +0200
Subject: [PATCH] chore: fix docs error

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

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 29bcb6573b..8d0412f3b8 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -10,7 +10,7 @@ This document describes all the configuration options you may configure in a Ren
 You can store your Renovate configuration file in one of the following locations:
 
 - `.github/renovate.json`
-- `.github/renovate.json5
+- `.github/renovate.json5`
 - `.gitlab/renovate.json`
 - `.gitlab/renovate.json5`
 - `.renovaterc.json`
-- 
GitLab