From 294b3935be7ec9bef3316acb409a641596791941 Mon Sep 17 00:00:00 2001
From: Reg <reg@disroot.org>
Date: Sun, 1 Jul 2018 11:23:36 +0200
Subject: [PATCH] [doc] Debian capitalisation

---
 docs/installation/external_dependencies.rst | 4 ++--
 docs/installation/index.rst                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/installation/external_dependencies.rst b/docs/installation/external_dependencies.rst
index adfb90e72e..d73762e872 100644
--- a/docs/installation/external_dependencies.rst
+++ b/docs/installation/external_dependencies.rst
@@ -14,7 +14,7 @@ Funkwhale requires a PostgreSQL database to work properly. Please refer
 to the `PostgreSQL documentation <https://www.postgresql.org/download/>`_
 for installation instructions specific to your os.
 
-On debian-like systems, you would install the database server like this:
+On Debian-like systems, you would install the database server like this:
 
 .. code-block:: shell
 
@@ -68,7 +68,7 @@ Funkwhale also requires a cache server:
   queries
 - To handle asynchronous tasks such as music import
 
-On debian-like distributions, a redis package is available, and you can
+On Debian-like distributions, a redis package is available, and you can
 install it:
 
 .. code-block:: shell
diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 83c47a101e..b1bcca7bb3 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -101,7 +101,7 @@ In order to make funkwhale accessible from outside your server and to play nicel
 Nginx
 ^^^^^
 
-Ensure you have a recent version of nginx on your server. On debian-like system, you would have to run the following:
+Ensure you have a recent version of nginx on your server. On Debian-like system, you would have to run the following:
 
 .. code-block:: bash
 
-- 
GitLab