From 3bf87477dccd17bdf9621d49c0db9ec6b0a95d00 Mon Sep 17 00:00:00 2001
From: Renon <renon@disroot.org>
Date: Thu, 6 Sep 2018 10:28:40 +0200
Subject: [PATCH] fix bad code blocks in doc

---
 docs/installation/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 7f42e5843..d714ff511 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -118,7 +118,7 @@ To avoid configuration errors at this level, we will generate an nginx configura
 using your .env file. This will ensure your reverse-proxy configuration always
 match the application configuration and make upgrade/maintenance easier.
 
-On docker deployments, run the following commands::
+On docker deployments, run the following commands:
 
 .. parsed-literal::
 
@@ -132,7 +132,7 @@ On docker deployments, run the following commands::
         < /etc/nginx/sites-available/funkwhale.template \
         > /etc/nginx/sites-available/funkwhale.conf
 
-On non-docker deployments, run the following commands::
+On non-docker deployments, run the following commands:
 
 .. parsed-literal::
 
-- 
GitLab